Blame extensions/libxt_NFLOG.t

Packit Service d1fe03
:INPUT,FORWARD,OUTPUT
Packit Service d1fe03
-j NFLOG --nflog-group 1;=;OK
Packit Service d1fe03
-j NFLOG --nflog-group 65535;=;OK
Packit Service d1fe03
-j NFLOG --nflog-group 65536;;FAIL
Packit Service d1fe03
-j NFLOG --nflog-group 0;-j NFLOG;OK
Packit Service d1fe03
-j NFLOG --nflog-range 1;=;OK
Packit Service d1fe03
-j NFLOG --nflog-range 4294967295;=;OK
Packit Service d1fe03
-j NFLOG --nflog-range 4294967296;;FAIL
Packit Service d1fe03
-j NFLOG --nflog-range -1;;FAIL
Packit Service d1fe03
-j NFLOG --nflog-size 0;=;OK
Packit Service d1fe03
-j NFLOG --nflog-size 1;=;OK
Packit Service d1fe03
-j NFLOG --nflog-size 4294967295;=;OK
Packit Service d1fe03
-j NFLOG --nflog-size 4294967296;;FAIL
Packit Service d1fe03
-j NFLOG --nflog-size -1;;FAIL
Packit Service d1fe03
# ERROR: cannot find: iptables -I INPUT -j NFLOG --nflog-prefix  xxxxxx [...]
Packit Service d1fe03
# -j NFLOG --nflog-prefix xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx;=;OK
Packit Service d1fe03
# ERROR: should fail: iptables -A INPUT -j NFLOG --nflog-prefix  xxxxxxx [...]
Packit Service d1fe03
#  -j NFLOG --nflog-prefix xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx;;FAIL
Packit Service d1fe03
-j NFLOG --nflog-threshold 1;=;OK
Packit Service d1fe03
# ERROR: line 13 (should fail: iptables -A INPUT -j NFLOG --nflog-threshold 0
Packit Service d1fe03
# -j NFLOG --nflog-threshold 0;;FAIL
Packit Service d1fe03
-j NFLOG --nflog-threshold 65535;=;OK
Packit Service d1fe03
-j NFLOG --nflog-threshold 65536;;FAIL
Packit Service d1fe03
-j NFLOG;=;OK