From: Florian Westphal Date: Fri, 13 Feb 2015 13:07:21 +0000 (+0100) Subject: tests: add test case for xt_recent regression X-Git-Tag: v1.6.0~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe319c37c98248c7040bf5d6799033c8c332c7b4;p=thirdparty%2Fiptables.git 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 --- 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