We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c780a commit f7580f0Copy full SHA for f7580f0
tools/testing/selftests/tc-testing/tc-tests/filters/tests.json
@@ -48,9 +48,6 @@
48
"filter",
49
"flower"
50
],
51
- "plugins": {
52
- "requires": "nsPlugin"
53
- },
54
"setup": [
55
"$TC qdisc add dev $DEV2 ingress",
56
"./tdc_batch.py $DEV2 $BATCH_FILE --share_action -n 1000000"
@@ -72,9 +69,6 @@
72
69
73
70
74
71
75
76
77
78
79
80
"$TC filter add dev $DEV2 protocol ip prio 1 ingress flower dst_mac e4:11:22:11:4a:51 src_mac e4:11:22:11:4a:50 ip_proto tcp src_ip 1.1.1.1 dst_ip 2.2.2.2 action drop"
0 commit comments