kern/163206: dhclient stopped working on wlan0 because of changes in CURRENT kernel between 2011-11-29 and 2011-12-12

Gleb Smirnoff glebius at FreeBSD.org
Mon Dec 12 15:50:03 UTC 2011


The following reply was made to PR kern/163206; it has been noted by GNATS.

From: Gleb Smirnoff <glebius at FreeBSD.org>
To: Ralf Wenk <IZ-FreeBSD0701 at hs-karlsruhe.de>
Cc: freebsd-gnats-submit at 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--


More information about the freebsd-bugs mailing list