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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"