You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
233 B
7 lines
233 B
7 months ago
|
:INPUT,FORWARD,OUTPUT
|
||
|
-m icmpv6;;FAIL
|
||
|
-p ipv6-icmp -m icmp6 --icmpv6-type 1/0;=;OK
|
||
|
-p ipv6-icmp -m icmp6 --icmpv6-type 2;=;OK
|
||
|
# cannot use option twice:
|
||
|
-p ipv6-icmp -m icmp6 --icmpv6-type no-route --icmpv6-type packet-too-big;;FAIL
|