Lines Matching full:add

41 	tc qdisc add dev $swp1 ingress_block 22 clsact
44 tc filter add block 22 protocol ip pref 1 handle 101 flower \
46 check_err $? "Failed to add drop rule to ingress bound block"
48 tc qdisc add dev $swp2 ingress_block 22 clsact
53 tc qdisc add dev $swp2 egress_block 22 clsact
58 tc qdisc add dev $swp2 egress_block 22 clsact
61 tc filter add block 22 protocol ip pref 1 handle 101 flower \
63 check_fail $? "Incorrect success to add drop rule to mixed bound block"
67 tc qdisc add dev $swp1 egress_block 22 clsact
70 tc filter add block 22 protocol ip pref 1 handle 101 flower \
72 check_err $? "Failed to add drop rule to egress bound shared block"
89 tc qdisc add dev $swp1 ingress_block 22 clsact
92 tc filter add block 22 protocol ip pref 1 handle 101 flower \
95 check_err $? "Failed to add redirect rule to ingress bound block"
97 tc qdisc add dev $swp2 ingress_block 22 clsact
102 tc qdisc add dev $swp2 egress_block 22 clsact
107 tc qdisc add dev $swp2 egress_block 22 clsact
110 tc filter add block 22 protocol ip pref 1 handle 101 flower \
113 check_fail $? "Incorrect success to add redirect rule to mixed bound block"
117 tc qdisc add dev $swp1 egress_block 22 clsact
120 tc filter add block 22 protocol ip pref 1 handle 101 flower \
123 check_fail $? "Incorrect success to add redirect rule to egress bound shared block"
127 tc filter add block 22 protocol ip pref 1 handle 101 flower \
130 check_fail $? "Incorrect success to add redirect rule to egress bound block"
144 tc qdisc add dev $swp1 clsact
146 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 flower \
149 check_err $? "Failed to add rule with single mirror action"
153 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 flower \
157 check_fail $? "Incorrect success to add rule with two mirror actions"
171 tc qdisc add dev $swp1 clsact
173 tc filter add dev $swp1 ingress protocol all pref 1 handle 101 \
175 check_err $? "Failed to add rule with sample action on ingress"
179 tc filter add dev $swp1 egress protocol all pref 1 handle 101 \
181 check_fail $? "Incorrect success to add rule with sample action on egress"
198 tc qdisc add dev $swp1 clsact
200 tc filter add dev $swp1 ingress protocol ip pref 10 handle 101 flower \
203 tc filter add dev $swp1 ingress protocol all pref 9 handle 102 \
205 check_err $? "Failed to add matchall rule in front of a flower rule"
209 tc filter add dev $swp1 ingress protocol all pref 11 handle 102 \
211 check_fail $? "Incorrect success to add matchall rule behind a flower rule"
215 tc filter add dev $swp1 ingress protocol all pref 9 handle 102 \
218 tc filter add dev $swp1 ingress protocol ip pref 10 handle 101 flower \
220 check_err $? "Failed to add flower rule behind a matchall rule"
224 tc filter add dev $swp1 ingress protocol ip pref 8 handle 101 flower \
226 check_fail $? "Incorrect success to add flower rule in front of a matchall rule"
252 tc qdisc add dev $swp1 clsact
254 tc filter add dev $swp1 egress protocol ip pref 10 handle 101 flower \
257 tc filter add dev $swp1 egress protocol all pref 11 handle 102 \
259 check_err $? "Failed to add matchall rule in front of a flower rule"
263 tc filter add dev $swp1 egress protocol all pref 9 handle 102 \
265 check_fail $? "Incorrect success to add matchall rule behind a flower rule"
269 tc filter add dev $swp1 egress protocol all pref 11 handle 102 \
272 tc filter add dev $swp1 egress protocol ip pref 10 handle 101 flower \
274 check_err $? "Failed to add flower rule behind a matchall rule"
278 tc filter add dev $swp1 egress protocol ip pref 12 handle 101 flower \
280 check_fail $? "Incorrect success to add flower rule in front of a matchall rule"
296 tc qdisc add dev $swp1 clsact
298 tc filter add dev $swp1 ingress pref 1 proto ip handle 101 \
301 check_fail $? "Incorrect success to add police action with too low rate"
303 tc filter add dev $swp1 ingress pref 1 proto ip handle 101 \
306 check_fail $? "Incorrect success to add police action with too high rate"
308 tc filter add dev $swp1 ingress pref 1 proto ip handle 101 \
311 check_err $? "Failed to add police action with low rate"
315 tc filter add dev $swp1 ingress pref 1 proto ip handle 101 \
318 check_err $? "Failed to add police action with high rate"
322 tc filter add dev $swp1 ingress pref 1 proto ip handle 101 \
325 check_fail $? "Incorrect success to add police action with too low burst size"
327 tc filter add dev $swp1 ingress pref 1 proto ip handle 101 \
330 check_err $? "Failed to add police action with low burst size"
346 tc qdisc add dev $swp1 clsact
348 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 \
351 check_err $? "Failed to add rule with single police action"
355 tc filter add dev $swp1 ingress protocol ip pref 1 handle 101 \
359 check_fail $? "Incorrect success to add rule with two police actions"