Date: Mon, 12 Dec 2011 15:50:03 GMT From: Gleb Smirnoff <glebius@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/163206: dhclient stopped working on wlan0 because of changes in CURRENT kernel between 2011-11-29 and 2011-12-12 Message-ID: <201112121550.pBCFo3CA093584@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/163206; it has been noted by GNATS. From: Gleb Smirnoff <glebius@FreeBSD.org> To: Ralf Wenk <IZ-FreeBSD0701@hs-karlsruhe.de> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/163206: dhclient stopped working on wlan0 because of changes in CURRENT kernel between 2011-11-29 and 2011-12-12 Date: Mon, 12 Dec 2011 19:45:13 +0400 --YToU2i3Vx8H2dn7O Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Ralf, a couple more questions: 1) Can you please tell whether you have default route in kernel when dhclient fails? The default may be was received on em0. 2) If you do, then please try the attached patch to dhclient-script. -- Totus tuus, Glebius. --YToU2i3Vx8H2dn7O Content-Type: text/x-diff; charset=koi8-r Content-Disposition: attachment; filename="dhclient-script.diff" Index: dhclient-script =================================================================== --- dhclient-script (revision 228438) +++ dhclient-script (working copy) @@ -320,7 +320,7 @@ PREINIT) delete_old_alias - $IFCONFIG $interface inet alias 0.0.0.0 netmask 0.0.0.0 broadcast 255.255.255.255 up + $IFCONFIG $interface inet alias 0.0.0.0 netmask 255.0.0.0 broadcast 255.255.255.255 up ;; ARPCHECK|ARPSEND) --YToU2i3Vx8H2dn7O--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112121550.pBCFo3CA093584>