Blame extensions/libxt_CLASSIFY.t

Packit Service d1fe03
:FORWARD,OUTPUT,POSTROUTING
Packit Service d1fe03
*mangle
Packit Service d1fe03
-j CLASSIFY --set-class 0000:ffff;=;OK
Packit Service d1fe03
# maximum handle accepted by tc is 0xffff
Packit Service d1fe03
# ERROR : should fail: iptables -A FORWARD -t mangle -j CLASSIFY --set-class  0000:ffffffff
Packit Service d1fe03
# -j CLASSIFY --set-class 0000:ffffffff;;FAIL
Packit Service d1fe03
# ERROR: should fail: iptables -A FORWARD -t mangle -j CLASSIFY --set-class 1:-1
Packit Service d1fe03
# -j CLASSIFY --set-class 1:-1;;FAIL
Packit Service d1fe03
-j CLASSIFY;;FAIL