1:INPUT,FORWARD,OUTPUT 2-j NFLOG --nflog-group 1;=;OK 3-j NFLOG --nflog-group 65535;=;OK 4-j NFLOG --nflog-group 65536;;FAIL 5-j NFLOG --nflog-group 0;-j NFLOG;OK 6-j NFLOG --nflog-range 1;=;OK 7-j NFLOG --nflog-range 4294967295;=;OK 8-j NFLOG --nflog-range 4294967296;;FAIL 9-j NFLOG --nflog-range -1;;FAIL 10-j NFLOG --nflog-size 0;=;OK 11-j NFLOG --nflog-size 1;=;OK 12-j NFLOG --nflog-size 4294967295;=;OK 13-j NFLOG --nflog-size 4294967296;;FAIL 14-j NFLOG --nflog-size -1;;FAIL 15# ERROR: cannot find: iptables -I INPUT -j NFLOG --nflog-prefix xxxxxx [...] 16# -j NFLOG --nflog-prefix xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx;=;OK 17# ERROR: should fail: iptables -A INPUT -j NFLOG --nflog-prefix xxxxxxx [...] 18# -j NFLOG --nflog-prefix xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx;;FAIL 19-j NFLOG --nflog-threshold 1;=;OK 20# ERROR: line 13 (should fail: iptables -A INPUT -j NFLOG --nflog-threshold 0 21# -j NFLOG --nflog-threshold 0;;FAIL 22-j NFLOG --nflog-threshold 65535;=;OK 23-j NFLOG --nflog-threshold 65536;;FAIL 24-j NFLOG;=;OK 25