From a3980769541f6deb8d7b185de488dec6f40092f1 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Sat, 12 Feb 2022 16:58:32 +0000 Subject: tests: NFLOG: enable `--nflog-range` tests iptables-legacy and iptable-nft have different results for these tests. Now that it is possible to specify the expected results correctly, we can enable the tests. Signed-off-by: Jeremy Sowden Signed-off-by: Florian Westphal --- extensions/libxt_NFLOG.t | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/extensions/libxt_NFLOG.t b/extensions/libxt_NFLOG.t index 561ec8c7..25f332ae 100644 --- a/extensions/libxt_NFLOG.t +++ b/extensions/libxt_NFLOG.t @@ -3,12 +3,12 @@ -j NFLOG --nflog-group 65535;=;OK -j NFLOG --nflog-group 65536;;FAIL -j NFLOG --nflog-group 0;-j NFLOG;OK -# `--nflog-range` is broken and only supported by xtables-legacy. It -# has been superseded by `--nflog--group`. -# -j NFLOG --nflog-range 1;=;OK -# -j NFLOG --nflog-range 4294967295;=;OK -# -j NFLOG --nflog-range 4294967296;;FAIL -# -j NFLOG --nflog-range -1;;FAIL +# `--nflog-range` is broken and only supported by xtables-legacy. +# It has been superseded by `--nflog--group`. +-j NFLOG --nflog-range 1;=;OK;LEGACY;NOMATCH +-j NFLOG --nflog-range 4294967295;=;OK;LEGACY;NOMATCH +-j NFLOG --nflog-range 4294967296;;FAIL +-j NFLOG --nflog-range -1;;FAIL -j NFLOG --nflog-size 0;=;OK -j NFLOG --nflog-size 1;=;OK -j NFLOG --nflog-size 4294967295;=;OK -- cgit v1.2.3