Home | History | Annotate | Download | only in extensions
      1 :PREROUTING,OUTPUT
      2 *raw
      3 -j CT --notrack;=;OK
      4 -j CT --ctevents new,related,destroy,reply,assured,protoinfo,helper,mark;=;OK
      5 -j CT --expevents new;=;OK
      6 # ERROR: cannot find: iptables -I PREROUTING -t raw -j CT --zone 0
      7 # -j CT --zone 0;=;OK
      8 -j CT --zone 65535;=;OK
      9 -j CT --zone 65536;;FAIL
     10 -j CT --zone -1;;FAIL
     11 # ERROR: should fail: iptables -A PREROUTING -t raw -j CT
     12 # -j CT;;FAIL
     13 @nfct timeout add test inet tcp ESTABLISHED 100
     14 # cannot load: iptables -A PREROUTING -t raw -j CT --timeout test
     15 # -j CT --timeout test;=;OK
     16 @nfct timeout del test
     17 @nfct helper add rpc inet tcp
     18 # cannot load: iptables -A PREROUTING -t raw -j CT --helper rpc
     19 # -j CT --helper rpc;=;OK
     20 @nfct helper del rpc
     21