Date: Fri, 8 Dec 2006 06:40:34 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d auto_linklocal Message-ID: <200612080640.kB86eYB0085578@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
hrs 2006-12-08 06:40:34 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
etc/rc.d auto_linklocal
Log:
MFC:
Add a link-local address to the lo0 even when ipv6_enable="NO".
A kernel with INET6 always has ::1 on lo0, so in the case of
ipv6_enable="NO" the lo0 can have ::1 with no link-local address.
This is a violation of the IPv6 specification. As a workaround
for this situation, fe80::1 is added in rc.d/auto_linklocal when
lo0 has no link-local address.
Revision Changes Path
1.1.2.4 +5 -0 src/etc/rc.d/auto_linklocal
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612080640.kB86eYB0085578>
