From fe319c37c98248c7040bf5d6799033c8c332c7b4 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Fri, 13 Feb 2015 14:07:21 +0100 Subject: 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 --- tests/options-ipv4.filter | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/options-ipv4.filter') 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 -- cgit v1.2.3