summaryrefslogtreecommitdiffstats
path: root/tests/options-ipv4.filter
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2015-02-19 14:17:17 +0100
committerFlorian Westphal <fw@strlen.de>2015-02-19 17:44:06 +0100
commit0e067c7142c73404eb9ba6e355a28a92bf493675 (patch)
tree99ed145204df594bd56503938019825e836ff0a7 /tests/options-ipv4.filter
parentbf7b8099144602de83ea44869a9137494865f105 (diff)
tests: remove old test cases
Obsoleted by iptables-test.py in project root directory, see extensions/*.t for the new test cases. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/options-ipv4.filter')
-rw-r--r--tests/options-ipv4.filter18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/options-ipv4.filter b/tests/options-ipv4.filter
deleted file mode 100644
index c6a322e0..00000000
--- a/tests/options-ipv4.filter
+++ /dev/null
@@ -1,18 +0,0 @@
-*filter
-:INPUT ACCEPT [0:0]
-:FORWARD ACCEPT [0:0]
-:OUTPUT ACCEPT [0:0]
-:QATEST - [0:0]
--A QATEST -m recent --set
--A QATEST -m recent --rcheck --name foo --rsource --hitcount 8
--A QATEST -m recent --rcheck --name foo --rsource --hitcount 12
--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