Blame extensions/libxt_ipvs.t

Packit Service d1fe03
:INPUT,FORWARD,OUTPUT
Packit Service d1fe03
-m ipvs --ipvs;=;OK
Packit Service d1fe03
-m ipvs ! --ipvs;=;OK
Packit Service d1fe03
-m ipvs --vproto tcp;-m ipvs --vproto 6;OK
Packit Service d1fe03
-m ipvs ! --vproto TCP;-m ipvs ! --vproto 6;OK
Packit Service d1fe03
-m ipvs --vproto 23;=;OK
Packit Service d1fe03
-m ipvs --vaddr 1.2.3.4;=;OK
Packit Service d1fe03
-m ipvs ! --vaddr 1.2.3.4/255.255.255.0;-m ipvs ! --vaddr 1.2.3.4/24;OK
Packit Service d1fe03
-m ipvs --vport http;-m ipvs --vport 80;OK
Packit Service d1fe03
-m ipvs ! --vport ssh;-m ipvs ! --vport 22;OK
Packit Service d1fe03
-m ipvs --vport 22;=;OK
Packit Service d1fe03
-m ipvs ! --vport 443;=;OK
Packit Service d1fe03
-m ipvs --vdir ORIGINAL;=;OK
Packit Service d1fe03
-m ipvs --vdir REPLY;=;OK
Packit Service d1fe03
-m ipvs --vmethod GATE;=;OK
Packit Service d1fe03
-m ipvs ! --vmethod IPIP;=;OK
Packit Service d1fe03
-m ipvs --vmethod MASQ;=;OK
Packit Service d1fe03
-m ipvs --vportctl 21;=;OK
Packit Service d1fe03
-m ipvs ! --vportctl 21;=;OK
Packit Service d1fe03
-m ipvs --vproto 6 --vaddr 1.2.3.4/16 --vport 22 --vdir ORIGINAL --vmethod GATE;=;OK