cvs commit: src/sys/netinet udp_usrreq.c
    Jeffrey Hsu 
    hsu at crater.dragonflybsd.org
       
    Tue Feb  1 23:52:14 PST 2005
    
    
  
hsu         2005/02/01 23:51:19 PST
DragonFly src repository
  Modified files:
    sys/netinet          udp_usrreq.c 
  Log:
  If dhclient fails, an interface could be left with an IP address of 0.0.0.0.
  Ignore attempts to send UDP packets sent this partially configured interface
  rather than panic'ing.
  
  Reported by:	many including dillon, eirikn, drhodus
  Tested by:	drhodus
  
  Revision  Changes    Path
  1.33      +9 -4      src/sys/netinet/udp_usrreq.c
http://www.dragonflybsd.org/cvsweb/src/sys/netinet/udp_usrreq.c.diff?r1=1.32&r2=1.33&f=u
    
    
More information about the Commits
mailing list