Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2015 07:43:10 +0000 (UTC)
From:      Julian Elischer <julian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284920 - head/etc
Message-ID:  <201506290743.t5T7hA7S059033@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: julian
Date: Mon Jun 29 07:43:09 2015
New Revision: 284920
URL: https://svnweb.freebsd.org/changeset/base/284920

Log:
  Slight tidy up of comments before MFC
  
  MFC after:	2 days

Modified:
  head/etc/rc.firewall

Modified: head/etc/rc.firewall
==============================================================================
--- head/etc/rc.firewall	Mon Jun 29 07:07:24 2015	(r284919)
+++ head/etc/rc.firewall	Mon Jun 29 07:43:09 2015	(r284920)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506290743.t5T7hA7S059033>