summaryrefslogtreecommitdiffstats
path: root/tests/options-ipv6.mangle
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-ipv6.mangle
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-ipv6.mangle')
-rw-r--r--tests/options-ipv6.mangle12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/options-ipv6.mangle b/tests/options-ipv6.mangle
deleted file mode 100644
index ca144821..00000000
--- a/tests/options-ipv6.mangle
+++ /dev/null
@@ -1,12 +0,0 @@
-*mangle
-:PREROUTING ACCEPT [0:0]
-:INPUT ACCEPT [0:0]
-:FORWARD ACCEPT [0:0]
-:OUTPUT ACCEPT [0:0]
-:POSTROUTING ACCEPT [0:0]
-:ntarg - -
--A INPUT -i dummy0 -m u32 --u32 "0x0=0x0&&0x0=0x1" -j ntarg
--A ntarg -j HL --hl-inc 1
--A ntarg -j HL --hl-dec 1
--A ntarg
-COMMIT