Blame extensions/libxt_string.t

Packit Service d1fe03
:INPUT,FORWARD,OUTPUT
Packit Service d1fe03
# ERROR: cannot find: iptables -I INPUT -m string --algo bm --string "test"
Packit Service d1fe03
# -m string --algo bm --string "test";=;OK
Packit Service d1fe03
# ERROR: cannot find: iptables -I INPUT -m string --algo kmp --string "test")
Packit Service d1fe03
# -m string --algo kmp --string "test";=;OK
Packit Service d1fe03
# ERROR: cannot find: iptables -I INPUT -m string --algo kmp ! --string "test"
Packit Service d1fe03
# -m string --algo kmp ! --string "test";=;OK
Packit Service d1fe03
# cannot find: iptables -I INPUT -m string --algo bm --string "xxxxxxxxxxx" ....]
Packit Service d1fe03
# -m string --algo bm --string "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";=;OK
Packit Service d1fe03
# ERROR: cannot load: iptables -A INPUT -m string --algo bm --string "xxxx"
Packit Service d1fe03
# -m string --algo bm --string "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";=;OK
Packit Service d1fe03
# ERROR: cannot load: iptables -A INPUT -m string --algo bm --hexstring "|0a0a0a0a|"
Packit Service d1fe03
# -m string --algo bm --hexstring "|0a0a0a0a|";=;OK
Packit Service d1fe03
# ERROR: cannot find: iptables -I INPUT -m string --algo bm --from 0 --to 65535 --string "test"
Packit Service d1fe03
# -m string --algo bm --from 0 --to 65535 --string "test";=;OK
Packit Service d1fe03
-m string --algo wrong;;FAIL
Packit Service d1fe03
-m string --algo bm;;FAIL
Packit Service d1fe03
-m string;;FAIL