fail with vanilla 3.19. Signed-off-by: Florian Westphal <fw@xxxxxxxxx> --- extensions/libxt_recent.t | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions/libxt_recent.t b/extensions/libxt_recent.t index cb4049f..8165c02 100644 --- a/extensions/libxt_recent.t +++ b/extensions/libxt_recent.t @@ -5,3 +5,7 @@ -m recent --update --rttl;=;OK -m recent --set --rttl;=;FAIL -m recent --rcheck --hitcount 999 --name foo --mask 255.255.255.255 --rsource;=;FAIL +# nonsensical, but all should load successfully: +-m recent --rcheck --hitcount 3 --name foo --mask 255.255.255.255 --rsource -m recent --rcheck --hitcount 4 --name foo --mask 255.255.255.255 --rsource;=;OK +-m recent --rcheck --hitcount 4 --name foo --mask 255.255.255.255 --rsource -m recent --rcheck --hitcount 4 --name foo --mask 255.255.255.255 --rsource;=;OK +-m recent --rcheck --hitcount 8 --name foo --mask 255.255.255.255 --rsource -m recent --rcheck --hitcount 12 --name foo --mask 255.255.255.255 --rsource;=;OK -- 2.0.5 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html