Correct typo. It should be site-local address prefix.

Submitted by:	kuriyama
MFC after:	3 days
This commit is contained in:
Hajimu UMEMOTO 2001-06-22 13:49:15 +00:00
parent 4208e80251
commit 66096b9f78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78600

View File

@ -170,8 +170,8 @@ case ${ipv6_firewall_type} in
${fw6cmd} add deny all from ${onet}/${oprefixlen} to any in via ${iif}
# Stop site-local on the outside interface
${fw6cmd} add deny all from ff02::/16 to any via ${oif}
${fw6cmd} add deny all from any to ff02::/16 via ${oif}
${fw6cmd} add deny all from fec0::/10 to any via ${oif}
${fw6cmd} add deny all from any to fec0::/10 via ${oif}
# Disallow "internal" addresses to appear on the wire.
${fw6cmd} add deny all from ::ffff:0.0.0.0/96 to any via ${oif}