Blame extensions/libipt_icmp.t

Packit Service d1fe03
:INPUT,FORWARD,OUTPUT
Packit Service d1fe03
-p icmp -m icmp --icmp-type any;=;OK
Packit Service d1fe03
# output uses the number, better use the name?
Packit Service d1fe03
# ERROR: cannot find: iptables -I INPUT -p icmp -m icmp --icmp-type echo-reply
Packit Service d1fe03
# -p icmp -m icmp --icmp-type echo-reply;=;OK
Packit Service d1fe03
# output uses the number, better use the name?
Packit Service d1fe03
# ERROR: annot find: iptables -I INPUT -p icmp -m icmp --icmp-type destination-unreachable
Packit Service d1fe03
# -p icmp -m icmp --icmp-type destination-unreachable;=;OK
Packit Service d1fe03
# it does not acccept name/name, should we accept this?
Packit Service d1fe03
# ERROR: cannot load: iptables -A INPUT -p icmp -m icmp --icmp-type destination-unreachable/network-unreachable
Packit Service d1fe03
# -p icmp -m icmp --icmp-type destination-unreachable/network-unreachable;=;OK
Packit Service d1fe03
-m icmp;;FAIL
Packit Service d1fe03
# we accept "iptables -I INPUT -p tcp -m tcp", why not this below?
Packit Service d1fe03
# ERROR: cannot load: iptables -A INPUT -p icmp -m icmp
Packit Service d1fe03
# -p icmp -m icmp;=;OK