Blame extensions/libxt_NFLOG.t

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