Blame extensions/libxt_tos.t

Packit Service d1fe03
:INPUT,FORWARD,OUTPUT
Packit Service d1fe03
-m tos --tos Minimize-Delay;-m tos --tos 0x10/0x3f;OK
Packit Service d1fe03
-m tos --tos Maximize-Throughput;-m tos --tos 0x08/0x3f;OK
Packit Service d1fe03
-m tos --tos Maximize-Reliability;-m tos --tos 0x04/0x3f;OK
Packit Service d1fe03
-m tos --tos Minimize-Cost;-m tos --tos 0x02/0x3f;OK
Packit Service d1fe03
-m tos --tos Normal-Service;-m tos --tos 0x00/0x3f;OK
Packit Service d1fe03
-m tos --tos 0xff;=;OK
Packit Service d1fe03
-m tos ! --tos 0xff;=;OK
Packit Service d1fe03
-m tos --tos 0x00;=;OK
Packit Service d1fe03
-m tos --tos 0x0f;=;OK
Packit Service d1fe03
-m tos --tos 0x0f/0x0f;=;OK
Packit Service d1fe03
-m tos --tos wrong;;FAIL
Packit Service d1fe03
-m tos;;FAIL