1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00

Update rev 1.29 -- 'draft-manning-dsua' is now in its 3rd version.

This commit is contained in:
David E. O'Brien 2000-07-30 19:28:05 +00:00
parent bf11d3dcda
commit d8e52ef8e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64028

View File

@ -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}