fix typo. icmptype of destination unreach is not 2 but 1.

Submitted by:	kuriyama
This commit is contained in:
Hajimu UMEMOTO 2001-08-21 15:05:09 +00:00
parent a71c43dd2b
commit 4a84918dc9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82062

View File

@ -256,7 +256,7 @@ case ${ipv6_firewall_type} in
#${fw6cmd} add pass udp from fe80::/10 521 to fe80::/10 521
# Allow ICMPv6 destination unreach
${fw6cmd} add pass ipv6-icmp from any to any icmptypes 2
${fw6cmd} add pass ipv6-icmp from any to any icmptypes 1
# Allow NS/NA/toobig (don't filter it out)
${fw6cmd} add pass ipv6-icmp from any to any icmptypes 2,135,136