Lines Matching full:action

48 		skip_sw dst_ip 192.0.2.2 action drop
65 skip_sw dst_ip 192.0.2.2 action drop
74 skip_sw dst_ip 192.0.2.2 action drop
97 action mirred egress redirect dev $swp2
115 action mirred egress redirect dev $swp2
125 action mirred egress redirect dev $swp2
132 action mirred egress redirect dev $swp2
151 action mirred egress mirror dev $swp2
152 check_err $? "Failed to add rule with single mirror action"
158 action mirred egress mirror dev $swp2 \
159 action mirred egress mirror dev $swp1
171 # It is forbidden in mlxsw driver to have matchall with sample action
178 matchall skip_sw action sample rate 100 group 1
179 check_err $? "Failed to add rule with sample action on ingress"
184 matchall skip_sw action sample rate 100 group 1
185 check_fail $? "Incorrect success to add rule with sample action on egress"
194 local action=$1
205 skip_sw dst_ip 192.0.2.2 action drop
208 matchall skip_sw action $action_args
214 matchall skip_sw action $action_args
220 matchall skip_sw action $action_args
223 skip_sw dst_ip 192.0.2.2 action drop
229 skip_sw dst_ip 192.0.2.2 action drop
234 log_test "matchall $action flower ingress"
249 local action=$1
259 skip_sw dst_ip 192.0.2.2 action drop
262 matchall skip_sw action $action_args
268 matchall skip_sw action $action_args
274 matchall skip_sw action $action_args
277 skip_sw dst_ip 192.0.2.2 action drop
283 skip_sw dst_ip 192.0.2.2 action drop
288 log_test "matchall $action flower egress"
304 action sample group 1 rate 100
320 action police rate 0.5kbit burst 1m conform-exceed drop/ok
321 check_fail $? "Incorrect success to add police action with too low rate"
325 action police rate 2.5tbit burst 1g conform-exceed drop/ok
326 check_fail $? "Incorrect success to add police action with too high rate"
330 action police rate 1.5kbit burst 1m conform-exceed drop/ok
331 check_err $? "Failed to add police action with low rate"
337 action police rate 1.9tbit burst 1g conform-exceed drop/ok
338 check_err $? "Failed to add police action with high rate"
344 action police rate 1.5kbit burst 512b conform-exceed drop/ok
345 check_fail $? "Incorrect success to add police action with too low burst size"
349 action police rate 1.5kbit burst 2k conform-exceed drop/ok
350 check_err $? "Failed to add police action with low burst size"
370 action police rate 100mbit burst 100k conform-exceed drop/ok
371 check_err $? "Failed to add rule with single police action"
377 action police rate 100mbit burst 100k conform-exceed drop/pipe \
378 action police rate 200mbit burst 200k conform-exceed drop/ok