summaryrefslogtreecommitdiffstats
path: root/tests/options-ipv4.filter
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2015-02-13 14:00:27 +0100
committerFlorian Westphal <fw@strlen.de>2015-02-13 14:00:27 +0100
commit36305b80176e2e7abe56bcdd084c0ba3d0fd7c0f (patch)
treedea4868d0a4485b2aa0416ff5cfe226c4d575001 /tests/options-ipv4.filter
parent87f82cbd4f94cca74eb58506e117f226a2270759 (diff)
tests: split into family and table specific files
also add simple script to restore/save them. run_qa.sh passes on standard-distro kernels. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/options-ipv4.filter')
-rw-r--r--tests/options-ipv4.filter15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/options-ipv4.filter b/tests/options-ipv4.filter
new file mode 100644
index 00000000..3b4a7967
--- /dev/null
+++ b/tests/options-ipv4.filter
@@ -0,0 +1,15 @@
+*filter
+:INPUT ACCEPT [0:0]
+:FORWARD ACCEPT [0:0]
+:OUTPUT ACCEPT [0:0]
+:QATEST - [0:0]
+-A QATEST -m addrtype --src-type UNICAST --dst-type UNICAST --limit-iface-in
+-A QATEST -p tcp -m ecn --ecn-tcp-ece --ecn-tcp-cwr --ecn-ip-ect 0
+-A QATEST -p tcp -m ecn --ecn-tcp-ece --ecn-tcp-cwr --ecn-ip-ect 1
+-A QATEST -p icmp -m icmp --icmp-type 5/0
+-A QATEST -p icmp -m icmp --icmp-type 5/1
+-A QATEST -p icmp -m icmp --icmp-type 5
+-A QATEST -m realm --realm 0x1 -m ttl --ttl-eq 64 -m ttl --ttl-lt 64 -m ttl --ttl-gt 64
+-A QATEST -p tcp -j REJECT --reject-with tcp-reset
+-A QATEST -p udp -j REJECT --reject-with icmp-host-unreachable
+COMMIT