Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2001 15:10:02 -0800 (PST)
From:      David Malone <dwmalone@maths.tcd.ie>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/24130: rc.network6 assumes single ipv6 interface is always the first interface
Message-ID:  <200101072310.f07NA2I26395@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/24130; it has been noted by GNATS.

From: David Malone <dwmalone@maths.tcd.ie>
To: bicknell@ufp.org
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: conf/24130: rc.network6 assumes single ipv6 interface is always the first interface
Date: Sun, 7 Jan 2001 23:00:02 +0000

 On Sun, Jan 07, 2001 at 03:09:10PM -0500, bicknell@ufp.org wrote:
 
 > ipv6_network_interfaces="fxp1"
 > 
 > 	Due to the following code in /etc/rc.network6:
 > 
 >                         #
 >                         # manual configurations - in case ip6_gateway_enable=NO
 >                         # you can configure only single interface,
 >                         # as specification assumes that
 >                         # autoconfigured host has single interface only.
 >                         #
 >                         set `ifconfig -l`
 >                         ipv6_network_interfaces="$1"
 > 
 > 	The code will override the ipv6_network_interfaces="fxp1" with 
 > ipv6_network_interfaces="fxp0" (the first interface in the box) in these
 > lines.
 
 The code quote above is only run if you have ipv6_network_interfaces
 set to auto. Since you are setting this variable to fxp1 it should
 not be run. Maybe you are seeing some other configuration problem?
 
 	David.
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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