Lines Matching refs:block

42 	# shared block with a drop rule.
45 check_err $? "Failed to create clsact with ingress block"
47 tc filter add block 22 protocol ip pref 1 handle 101 flower \
49 check_err $? "Failed to add drop rule to ingress bound block"
52 check_err $? "Failed to create another clsact with ingress shared block"
57 check_fail $? "Incorrect success to create another clsact with egress shared block"
59 tc filter del block 22 protocol ip pref 1 handle 101 flower
62 check_err $? "Failed to create another clsact with egress shared block after blocker drop rule removed"
64 tc filter add block 22 protocol ip pref 1 handle 101 flower \
66 check_fail $? "Incorrect success to add drop rule to mixed bound block"
71 check_err $? "Failed to create another clsact with egress shared block"
73 tc filter add block 22 protocol ip pref 1 handle 101 flower \
75 check_err $? "Failed to add drop rule to egress bound shared block"
77 tc filter del block 22 protocol ip pref 1 handle 101 flower
82 log_test "shared block drop"
90 # egress-bound block.
93 check_err $? "Failed to create clsact with ingress block"
95 tc filter add block 22 protocol ip pref 1 handle 101 flower \
98 check_err $? "Failed to add redirect rule to ingress bound block"
101 check_err $? "Failed to create another clsact with ingress shared block"
106 check_fail $? "Incorrect success to create another clsact with egress shared block"
108 tc filter del block 22 protocol ip pref 1 handle 101 flower
111 check_err $? "Failed to create another clsact with egress shared block after blocker redirect rule removed"
113 tc filter add block 22 protocol ip pref 1 handle 101 flower \
116 check_fail $? "Incorrect success to add redirect rule to mixed bound block"
121 check_err $? "Failed to create another clsact with egress shared block"
123 tc filter add block 22 protocol ip pref 1 handle 101 flower \
126 check_fail $? "Incorrect success to add redirect rule to egress bound shared block"
130 tc filter add block 22 protocol ip pref 1 handle 101 flower \
133 check_fail $? "Incorrect success to add redirect rule to egress bound block"
137 log_test "shared block drop"