From owner-cvs-all@FreeBSD.ORG Fri Dec 8 06:40:35 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4783F16A47B; Fri, 8 Dec 2006 06:40:35 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB8B843CA5; Fri, 8 Dec 2006 06:39:38 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB86eY4r085579; Fri, 8 Dec 2006 06:40:34 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB86eYB0085578; Fri, 8 Dec 2006 06:40:34 GMT (envelope-from hrs) Message-Id: <200612080640.kB86eYB0085578@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 8 Dec 2006 06:40:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc/rc.d auto_linklocal X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2006 06:40:35 -0000 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