Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 1999 16:50:30 -0500
From:      "Brian J. McGovern" <mcgovern@spoon.beta.com>
To:        obrien@NUXI.com
Cc:        freebsd-qa@freebsd.org
Subject:   Re: cvs commit: src/contrib/isc-dhcp/client/scripts freebsd 
Message-ID:  <199912132150.QAA68793@spoon.beta.com>

next in thread | raw e-mail | index | archive | help
Based on 3.3-19991212-STABLE, I got....


 > > >   Modified files:        (Branch: RELENG_3)
 > > >     contrib/isc-dhcp/client/scripts freebsd 
 > > >   Log:
 > > >   MFC: rev 1.8 (don't add localhost routes).
 > > 
 > > Everyone, bang on this change real hard.  It's a last-minute and was
 > > broken logic that was pulled from 3.3 at the last second.  
 > 
 > I would agree.  I would have prefered to not do it, but there were 4 PRs
 > on it.  The things to test:
 > 
 >     network_interfaces="auto"
 >     ifconfig_fxp0="DHCP"

This is as sysinstall set it up when I installed w/DHCP to configure the 
interface. lo0 and fxp0 configured fine.

 > then
 > 
 >     network_interfaces="lo0 fxp0"
 >     ifconfig_fxp0="DHCP"

This also configured lo0 and fxp0 correctly.

 > then
 > 
 >     network_interfaces="fxp0 lo0"
 >     ifconfig_fxp0="DHCP"
 > 

This worked.

 > then
 > 
 >     network_interfaces="fxp0"
 >     ifconfig_fxp0="DHCP"
 > 

lo0 did not configure here.

 > 
 > -- 
 > -- David    (obrien@NUXI.com)
 > 
 > 
 > To Unsubscribe: send mail to majordomo@FreeBSD.org
 > with "unsubscribe freebsd-qa" in the body of the message

	-Brian


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




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