Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 2002 15:02:12 -0800
From:      Luigi Rizzo <rizzo@icir.org>
To:        Doug Ambrisko <ambrisko@ambrisko.com>
Cc:        net@FreeBSD.ORG
Subject:   Re: recent change to netinet/in.c panics bootp kernels w/ >1 interface
Message-ID:  <20020315150212.A92612@iguana.icir.org>
In-Reply-To: <200203152228.g2FMSxg43104@ambrisko.com>
References:  <20020315131503.E91788@iguana.icir.org> <200203152228.g2FMSxg43104@ambrisko.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 15, 2002 at 02:28:59PM -0800, Doug Ambrisko wrote:
...
> That fixes the panic and makes the first interface work.  However,
> I recall it used to send BOOTP/DHCP request out on all interfaces and
> indeed it claims to:

right... the only way i found to fix that problem is, in netinet/in.c,
to move the code that ignores EEXIST before the section
that traps the error. Basically, almost nuke the second part of
the change to in.c

	cheers
	luigi

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




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