From owner-freebsd-qa Mon Dec 13 13:50:36 1999 Delivered-To: freebsd-qa@freebsd.org Received: from spoon.beta.com (h00a0242f177e.ne.mediaone.net [24.218.8.93]) by hub.freebsd.org (Postfix) with ESMTP id 7CDFB151E4 for ; Mon, 13 Dec 1999 13:50:33 -0800 (PST) (envelope-from mcgovern@spoon.beta.com) Received: from spoon.beta.com (mcgovern@localhost.beta.com [127.0.0.1]) by spoon.beta.com (8.9.3/8.9.3) with ESMTP id QAA68793; Mon, 13 Dec 1999 16:50:30 -0500 (EST) (envelope-from mcgovern@spoon.beta.com) Message-Id: <199912132150.QAA68793@spoon.beta.com> To: obrien@NUXI.com Cc: freebsd-qa@freebsd.org Subject: Re: cvs commit: src/contrib/isc-dhcp/client/scripts freebsd Date: Mon, 13 Dec 1999 16:50:30 -0500 From: "Brian J. McGovern" Sender: owner-freebsd-qa@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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