Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 1999 10:28:09 -0800
From:      "David O'Brien" <obrien@NUXI.com>
To:        Doug White <dwhite@resnet.uoregon.edu>
Cc:        freebsd-qa@FreeBSD.org
Subject:   Re: cvs commit: src/contrib/isc-dhcp/client/scripts freebsd
Message-ID:  <19991213102809.G5414@dragon.nuxi.com>
In-Reply-To: <Pine.BSF.4.21.9912131005170.5667-100000@resnet.uoregon.edu>; from dwhite@resnet.uoregon.edu on Mon, Dec 13, 1999 at 10:05:56AM -0800
References:  <199912120117.RAA01926@freefall.freebsd.org> <Pine.BSF.4.21.9912131005170.5667-100000@resnet.uoregon.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
> >   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"

then

    network_interfaces="lo0 fxp0"
    ifconfig_fxp0="DHCP"

then

    network_interfaces="fxp0 lo0"
    ifconfig_fxp0="DHCP"

then

    network_interfaces="fxp0"
    ifconfig_fxp0="DHCP"


-- 
-- David    (obrien@NUXI.com)


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?19991213102809.G5414>