HomeSort by relevance Sort by last modified time
    Searched refs:tcindex (Results 1 - 7 of 7) sorted by null

  /external/iproute2/examples/diffserv/
afcbq 54 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex mask 0xfc " .
59 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 tcindex ".
68 "tcindex classid 2:$class\n";
77 $tcindex = sprintf("1%x%x",$class,$drop);
79 "handle $dscp tcindex classid 1:$tcindex\n";
98 "handle 0 tcindex mask 0 classid 1:1\n";
102 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 handle 0 tcindex ".
Edge31-cb-chains 44 # All packets are marked with a tcindex value which is used on the egress
45 # tcindex 1 maps to AF41, 2->AF42, 3->AF43, 4->BE
49 # anything with fw tag of 1 is passed on with a tcindex value 1
57 #tcindex value of 2
63 # if it exceeds the above but not the rule below, it gets a tcindex value
103 # The class mapping (using tcindex; could easily have
107 handle 1 tcindex classid 1:1
109 handle 2 tcindex classid 1:2
111 handle 3 tcindex classid 1:3
113 handle 4 tcindex classid 1:
    [all...]
Edge31-ca-u32 4 # This script tags tcindex based on metering on the ingress
45 # All packets are marked with a tcindex value which is used on the egress
46 # tcindex 1 maps to AF41, 2->AF42, 3->AF43, 4->BE
49 #AF41 (DSCP 0x22) is passed on with a tcindex value 1
59 # tcindex value of 2
67 # if it exceeds the above but not the rule below, it gets a tcindex value
77 #AF42 (DSCP 0x24) from is passed on with a tcindex value 2
87 # if it exceeds the above but not the rule below, it gets a tcindex value
97 #AF43 (DSCP 0x26) from is passed on with a tcindex value 3
145 handle 1 tcindex classid 1:
    [all...]
Edge32-cb-chains 47 # All packets are marked with a tcindex value which is used on the egress
48 # tcindex 1 maps to AF41, 2->AF42, 3->AF43, 4->BE
52 # anything with fw tag of 1 is passed on with a tcindex value 1
63 #tcindex value of 2
72 # if it exceeds the above but not the rule below, it gets a tcindex value
115 # The class mapping (using tcindex; could easily have
119 handle 1 tcindex classid 1:1
121 handle 2 tcindex classid 1:2
123 handle 3 tcindex classid 1:3
125 handle 4 tcindex classid 1:
    [all...]
Edge32-cb-u32 4 # This script tags tcindex based on metering on the ingress
49 # All packets are marked with a tcindex value which is used on the egress
50 # NOTE: tcindex 1 maps to AF41, 2->AF42, 3->AF43, 4->BE
52 #anything from subnet 10.2.0.2/24 is passed on with a tcindex value 1
64 #tcindex value of 2
73 # if it exceeds the above but not the rule below, it gets a tcindex value
120 handle 1 tcindex classid 1:1
122 handle 2 tcindex classid 1:2
124 handle 3 tcindex classid 1:3
126 handle 4 tcindex classid 1:
    [all...]
Edge32-ca-u32 4 # This script tags tcindex based on metering on the ingress
49 # All packets are marked with a tcindex value which is used on the egress
50 # tcindex 1 maps to AF41, 2->AF42, 3->AF43, 4->BE
53 #AF41 (DSCP 0x22) from is passed on with a tcindex value 1
67 # tcindex value of 2
79 # if it exceeds the above but not the rule below, it gets a tcindex value
92 #AF42 (DSCP 0x24) from is passed on with a tcindex value 2
106 # if it exceeds the above but not the rule below, it gets a tcindex value
121 #AF43 (DSCP 0x26) from is passed on with a tcindex value 3
173 handle 1 tcindex classid 1:
    [all...]
  /external/iproute2/man/man8/
Makefile 17 tc-tcindex.8 tc-u32.8

Completed in 105 milliseconds