Date: Mon, 4 Aug 2003 17:31:53 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: "Matthew N. Dodd" <mdodd@FreeBSD.ORG> Cc: Larry Rosenman <ler@lerctr.org> Subject: Re: dhclient/dhclient.conf change in -CURRENT? Message-ID: <20030804172842.I31668@cvs.imp.ch> In-Reply-To: <20030804110501.B99550@sasami.jurai.net> References: <20030804163850.B31668@cvs.imp.ch> <20030804110501.B99550@sasami.jurai.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, > > polling addition, but that should not make any difference here. > > Read the code. > > dhclient.c:send_discover() bails out if interface_active() is false BEFORE > iterating all the possible media settings. interface_active() doesn't bail out. It returns 1, which means "ok", and all should be done like bevor. It only returns "0", if if (ifmr.ifm_status & IFM_AVALID) is not true. Martin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030804172842.I31668>