mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
fix typo. icmptype of destination unreach is not 2 but 1.
Submitted by: kuriyama
This commit is contained in:
parent
a71c43dd2b
commit
4a84918dc9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82062
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user