summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-06-22 10:15:07 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-06-22 10:43:38 +0200
commit017e7b7e1cf4fb63208e46592d06cc030f6d552d (patch)
tree610b5ec4c250de1db940fd8e742c847a0ae3fee8 /tests
parent12bc22a9d3e4ae4a3276dbae1cf3bd50ef5dbe9d (diff)
libip6t_HL: fix option names from ttl -> hl
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/options-most.rules16
1 files changed, 14 insertions, 2 deletions
diff --git a/tests/options-most.rules b/tests/options-most.rules
index 13ee9873..125b5bf3 100644
--- a/tests/options-most.rules
+++ b/tests/options-most.rules
@@ -1,4 +1,3 @@
-# Generated by ip6tables-save v1.4.10 on Mon Jan 31 02:19:53 2011
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
@@ -171,4 +170,17 @@
#-A zmatches -m rateest --rateest-delta --rateest RE1 --rateest-pps1 8 --rateest-eq --rateest-pps2 9
#-A zmatches -m rateest --rateest-delta --rateest RE1 --rateest-pps1 8 --rateest-gt --rateest-pps2 9
COMMIT
-# Completed on Mon Jan 31 02:19:54 2011
+*mangle
+:PREROUTING ACCEPT [0:0]
+:INPUT ACCEPT [0:0]
+:FORWARD ACCEPT [0:0]
+:OUTPUT ACCEPT [0:0]
+:POSTROUTING ACCEPT [0:0]
+:matches - -
+:ntarg - -
+:zmatches - -
+-A INPUT -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