summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2015-02-13 14:07:21 +0100
committerFlorian Westphal <fw@strlen.de>2015-02-13 14:07:21 +0100
commitfe319c37c98248c7040bf5d6799033c8c332c7b4 (patch)
tree6e3954702deda0fc95b143614c16ca14d7a590ce /tests
parent36305b80176e2e7abe56bcdd084c0ba3d0fd7c0f (diff)
tests: add test case for xt_recent regression
fails on 3.19 kernel: xt_recent: hitcount (8) is larger than packets to be remembered (8) for table foo Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/options-ipv4.filter3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/options-ipv4.filter b/tests/options-ipv4.filter
index 3b4a7967..c6a322e0 100644
--- a/tests/options-ipv4.filter
+++ b/tests/options-ipv4.filter
@@ -3,6 +3,9 @@
: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