.. | .. |
---|
49 | 49 | tc_check_packets "dev $h2 ingress" 101 1 |
---|
50 | 50 | check_fail $? "Matched on a wrong filter" |
---|
51 | 51 | |
---|
52 | | - tc_check_packets "dev $h2 ingress" 102 1 |
---|
53 | | - check_err $? "Did not match on correct filter" |
---|
| 52 | + tc_check_packets "dev $h2 ingress" 102 0 |
---|
| 53 | + check_fail $? "Did not match on correct filter" |
---|
54 | 54 | |
---|
55 | 55 | tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower |
---|
56 | 56 | tc filter del dev $h2 ingress protocol ip pref 2 handle 102 flower |
---|
.. | .. |
---|
75 | 75 | tc_check_packets "dev $h2 ingress" 101 1 |
---|
76 | 76 | check_fail $? "Matched on a wrong filter" |
---|
77 | 77 | |
---|
78 | | - tc_check_packets "dev $h2 ingress" 102 1 |
---|
79 | | - check_err $? "Did not match on correct filter" |
---|
| 78 | + tc_check_packets "dev $h2 ingress" 102 0 |
---|
| 79 | + check_fail $? "Did not match on correct filter" |
---|
80 | 80 | |
---|
81 | 81 | tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower |
---|
82 | 82 | tc filter del dev $h2 ingress protocol ip pref 2 handle 102 flower |
---|