Blame extensions/libxt_CT.t

Packit Service d1fe03
:PREROUTING,OUTPUT
Packit Service d1fe03
*raw
Packit Service d1fe03
-j CT --notrack;=;OK
Packit Service d1fe03
-j CT --ctevents new,related,destroy,reply,assured,protoinfo,helper,mark;=;OK
Packit Service d1fe03
-j CT --expevents new;=;OK
Packit Service d1fe03
# ERROR: cannot find: iptables -I PREROUTING -t raw -j CT --zone 0
Packit Service d1fe03
# -j CT --zone 0;=;OK
Packit Service d1fe03
-j CT --zone 65535;=;OK
Packit Service d1fe03
-j CT --zone 65536;;FAIL
Packit Service d1fe03
-j CT --zone -1;;FAIL
Packit Service d1fe03
# ERROR: should fail: iptables -A PREROUTING -t raw -j CT
Packit Service d1fe03
# -j CT;;FAIL
Packit Service d1fe03
@nfct timeout add test inet tcp ESTABLISHED 100
Packit Service d1fe03
# cannot load: iptables -A PREROUTING -t raw -j CT --timeout test
Packit Service d1fe03
# -j CT --timeout test;=;OK
Packit Service d1fe03
@nfct timeout del test
Packit Service d1fe03
@nfct helper add rpc inet tcp
Packit Service d1fe03
# cannot load: iptables -A PREROUTING -t raw -j CT --helper rpc
Packit Service d1fe03
# -j CT --helper rpc;=;OK
Packit Service d1fe03
@nfct helper del rpc