Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jun 2016 18:38:48 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r301683 - head/etc/defaults
Message-ID:  <201606081838.u58IcmTb057501@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Jun  8 18:38:48 2016
New Revision: 301683
URL: https://svnweb.freebsd.org/changeset/base/301683

Log:
  Fix typo with description for $ipv6_cpe_wanif (upstram -> upstream)
  
  MFC after: 3 days
  PR: 210146
  Reported by: Sean M. Collins <sean@coreitpro.com>
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/etc/defaults/rc.conf

Modified: head/etc/defaults/rc.conf
==============================================================================
--- head/etc/defaults/rc.conf	Wed Jun  8 18:27:44 2016	(r301682)
+++ head/etc/defaults/rc.conf	Wed Jun  8 18:38:48 2016	(r301683)
@@ -481,7 +481,7 @@ ipv6_static_routes=""		# Set to static r
 				#  route toward loopback interface.
 #ipv6_route_xxx="fec0:0000:0000:0006:: -prefixlen 64 ::1"
 ipv6_gateway_enable="NO"	# Set to YES if this host will be a gateway.
-ipv6_cpe_wanif="NO"		# Set to the upstram interface name if this
+ipv6_cpe_wanif="NO"		# Set to the upstream interface name if this
 				# node will work as a router to forward IPv6
 				# packets not explicitly addressed to itself.
 ipv6_privacy="NO"		# Use privacy address on RA-receiving IFs



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