Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2010 17:49:09 +1200
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Doug Barton <dougb@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r206769 - in head: etc/defaults share/man/man5
Message-ID:  <20100418054909.GA8617@citylink.fud.org.nz>
In-Reply-To: <201004171848.o3HImI3u040381@svn.freebsd.org>
References:  <201004171848.o3HImI3u040381@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 17, 2010 at 06:48:18PM +0000, Doug Barton wrote:
> Author: dougb
> Date: Sat Apr 17 18:48:18 2010
> New Revision: 206769
> URL: http://svn.freebsd.org/changeset/base/206769
> 
> Log:
>   In case a user wants to configure only an IPv6 link-local address
>   add an example that shows how to do it.
> 
> Modified:
>   head/etc/defaults/rc.conf
>   head/share/man/man5/rc.conf.5
> 
> Modified: head/etc/defaults/rc.conf
> ==============================================================================
> --- head/etc/defaults/rc.conf	Sat Apr 17 18:35:07 2010	(r206768)
> +++ head/etc/defaults/rc.conf	Sat Apr 17 18:48:18 2010	(r206769)
> @@ -211,6 +211,7 @@ ifconfig_lo0="inet 127.0.0.1"	# default 
>  #ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
>  #ifconfig_ed0_ipx="ipx 0x00010010"	# Sample IPX address family entry.
>  #ifconfig_ed0_ipv6="RTADV" 	# Sample IPv6 entry for RA/rtsol(8)
> +#ifconfig_ed0_ipv6="inet6 auto_linklocal" 	# To configure only link-local

Magic ifconfig parameters in rc.conf are usually in upper case, what
makes this one different?


Andrew



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