From owner-cvs-all Sat Apr 6 7:15:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB80837B416; Sat, 6 Apr 2002 07:15:44 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g36FFiA96896; Sat, 6 Apr 2002 07:15:44 -0800 (PST) (envelope-from ume) Message-Id: <200204061515.g36FFiA96896@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 6 Apr 2002 07:15:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network6 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/04/06 07:15:44 PST Modified files: etc rc.network6 Log: Now, you can specify "" or "NONE" for ipv6_network_interfaces to prevent the interfaces from being initialized by /etc/rc.network6 wrongly. So, you can explicitly initialize the interfaces by /etc/pccard_ether. With previous rc.network6, if you specify pccardd_flags="-z", net.inet6.ip6.accept_rtadv was wronly set to 0, then RA was not accepted. Revision Changes Path 1.29 +13 -7 src/etc/rc.network6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message