summaryrefslogtreecommitdiffstats
path: root/etc/rc.firewall
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-07-30 19:28:05 +0000
committerobrien <obrien@FreeBSD.org>2000-07-30 19:28:05 +0000
commit4ab606e4852dbb08c5cd571a19d5419e353f6520 (patch)
tree0f6844e0be05af1a95143865671ea3709ae3c436 /etc/rc.firewall
parent2b5e1f727b775331f449356bc5fb05dade14327c (diff)
downloadFreeBSD-src-4ab606e4852dbb08c5cd571a19d5419e353f6520.zip
FreeBSD-src-4ab606e4852dbb08c5cd571a19d5419e353f6520.tar.gz
Update rev 1.29 -- 'draft-manning-dsua' is now in its 3rd version.
Diffstat (limited to 'etc/rc.firewall')
-rw-r--r--etc/rc.firewall4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index 0afa06f..ac95667 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -178,7 +178,9 @@ case ${firewall_type} in
${fwcmd} add deny all from 192.168.0.0/16 to any via ${oif}
${fwcmd} add deny all from any to 192.168.0.0/16 via ${oif}
- # Stop draft-manning-dsua-01.txt nets on the outside interface
+ # Stop draft-manning-dsua-03.txt (1 May 2000) nets (includes RESERVED-1,
+ # DHCP auto-configuration, NET-TEST, MULTICAST (class D), and class E)
+ # on the outside interface
${fwcmd} add deny all from 0.0.0.0/8 to any via ${oif}
${fwcmd} add deny all from any to 0.0.0.0/8 via ${oif}
${fwcmd} add deny all from 169.254.0.0/16 to any via ${oif}
OpenPOWER on IntegriCloud