Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2006 11:20:04 +0100 (BST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        "George V. Neville-Neil" <gnn@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/etc network.subr src/sys/netinet6 in6_ifattach.c
Message-ID:  <20061002111837.A1763@fledge.watson.org>
In-Reply-To: <200610021013.k92ADUlq048294@repoman.freebsd.org>
References:  <200610021013.k92ADUlq048294@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Mon, 2 Oct 2006, George V. Neville-Neil wrote:

> gnn         2006-10-02 10:13:30 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    etc                  network.subr
>    sys/netinet6         in6_ifattach.c
>  Log:
>  Turn off automatic link local address if ipv6_enable is not set to YES
>  in rc.conf
>
>  Reviewed by:    KAME core team, cperciva
>  MFC after:      3 days

The description here isn't quite accurate -- you implement the right thing 
(turn on only if set to yes) rather than the almost right thing (turn off only 
if not set to yes) as suggested in the commit message.  The distinction being 
the kernel default in the event that the boot scripts haven't run -- i.e., in 
single-user mode.  We might want to find somewhere to document that if you're 
in single-user mode, you need to set this sysctl to 1 in order to force a link 
local address to be enabled.

Robert N M Watson
Computer Laboratory
University of Cambridge



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