summaryrefslogtreecommitdiffstats
path: root/etc/rc.firewall6
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2001-06-22 13:49:15 +0000
committerume <ume@FreeBSD.org>2001-06-22 13:49:15 +0000
commit7045160072782c07f9d6d24d0aeae55d2babb41d (patch)
treefc865b32da76a6ab387d1bc241443fa5aa6dfc68 /etc/rc.firewall6
parent138bdba5e4c80ae174bf9eacf798b0bf035e339d (diff)
downloadFreeBSD-src-7045160072782c07f9d6d24d0aeae55d2babb41d.zip
FreeBSD-src-7045160072782c07f9d6d24d0aeae55d2babb41d.tar.gz
Correct typo. It should be site-local address prefix.
Submitted by: kuriyama MFC after: 3 days
Diffstat (limited to 'etc/rc.firewall6')
-rw-r--r--etc/rc.firewall64
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.firewall6 b/etc/rc.firewall6
index 48803c0..ad26c1b 100644
--- a/etc/rc.firewall6
+++ b/etc/rc.firewall6
@@ -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}
OpenPOWER on IntegriCloud