aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2015-06-29 07:43:09 +0000
committerJulian Elischer <julian@FreeBSD.org>2015-06-29 07:43:09 +0000
commitc2adbeaaac2515030c307885cea838b5c4c542d8 (patch)
treebf27d9124b6361828d3a1006da5dde011e7675ac /etc
parent1817023775ace5f2ef03e639c3840c65a5a5f8d9 (diff)
downloadsrc-c2adbeaaac2515030c307885cea838b5c4c542d8.tar.gz
src-c2adbeaaac2515030c307885cea838b5c4c542d8.zip
Slight tidy up of comments before MFC
MFC after: 2 days
Notes
Notes: svn path=/head/; revision=284920
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.firewall4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.firewall b/etc/rc.firewall
index 0c4d2203fcb0..c936da69cdcf 100644
--- a/etc/rc.firewall
+++ b/etc/rc.firewall
@@ -291,14 +291,14 @@ case ${firewall_type} in
fi
fi
- # define stuff we should never send out or receive in
+ # Define stuff we should never send out or receive in.
# Stop RFC1918 nets on the outside interface
${fwcmd} table ${BAD_ADDR_TBL} flush
${fwcmd} table ${BAD_ADDR_TBL} add 10.0.0.0/8
${fwcmd} table ${BAD_ADDR_TBL} add 172.16.0.0/12
${fwcmd} table ${BAD_ADDR_TBL} add 192.168.0.0/16
- # Stop draft-manning-dsua-03.txt (1 May 2000) nets (includes RESERVED-1,
+ # And 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} table ${BAD_ADDR_TBL} add 0.0.0.0/8