Lines Matching full:action

45 		skip_sw dst_ip 192.0.2.2 action drop
62 skip_sw dst_ip 192.0.2.2 action drop
71 skip_sw dst_ip 192.0.2.2 action drop
94 action mirred egress redirect dev $swp2
112 action mirred egress redirect dev $swp2
122 action mirred egress redirect dev $swp2
129 action mirred egress redirect dev $swp2
148 action mirred egress mirror dev $swp2
149 check_err $? "Failed to add rule with single mirror action"
155 action mirred egress mirror dev $swp2 \
156 action mirred egress mirror dev $swp1
168 # It is forbidden in mlxsw driver to have matchall with sample action
174 matchall skip_sw action sample rate 100 group 1
175 check_err $? "Failed to add rule with sample action on ingress"
180 matchall skip_sw action sample rate 100 group 1
181 check_fail $? "Incorrect success to add rule with sample action on egress"
190 local action=$1
201 skip_sw dst_ip 192.0.2.2 action drop
204 matchall skip_sw action $action_args
210 matchall skip_sw action $action_args
216 matchall skip_sw action $action_args
219 skip_sw dst_ip 192.0.2.2 action drop
225 skip_sw dst_ip 192.0.2.2 action drop
230 log_test "matchall $action flower ingress"
245 local action=$1
255 skip_sw dst_ip 192.0.2.2 action drop
258 matchall skip_sw action $action_args
264 matchall skip_sw action $action_args
270 matchall skip_sw action $action_args
273 skip_sw dst_ip 192.0.2.2 action drop
279 skip_sw dst_ip 192.0.2.2 action drop
284 log_test "matchall $action flower egress"
300 action police rate 0.5kbit burst 1m conform-exceed drop/ok
301 check_fail $? "Incorrect success to add police action with too low rate"
305 action police rate 2.5tbit burst 1g conform-exceed drop/ok
306 check_fail $? "Incorrect success to add police action with too high rate"
310 action police rate 1.5kbit burst 1m conform-exceed drop/ok
311 check_err $? "Failed to add police action with low rate"
317 action police rate 1.9tbit burst 1g conform-exceed drop/ok
318 check_err $? "Failed to add police action with high rate"
324 action police rate 1.5kbit burst 512b conform-exceed drop/ok
325 check_fail $? "Incorrect success to add police action with too low burst size"
329 action police rate 1.5kbit burst 2k conform-exceed drop/ok
330 check_err $? "Failed to add police action with low burst size"
350 action police rate 100mbit burst 100k conform-exceed drop/ok
351 check_err $? "Failed to add rule with single police action"
357 action police rate 100mbit burst 100k conform-exceed drop/pipe \
358 action police rate 200mbit burst 200k conform-exceed drop/ok