If dhclient fails, an interface could be left with an IP address of 0.0.0.0.
authorJeffrey Hsu <hsu@dragonflybsd.org>
Wed, 2 Feb 2005 07:51:19 +0000 (07:51 +0000)
committerJeffrey Hsu <hsu@dragonflybsd.org>
Wed, 2 Feb 2005 07:51:19 +0000 (07:51 +0000)
commit09f756d182e8c40b2d8da1acf02378969c4b48b3
tree3f81844cad6a87126649f30f574935ec9ba11246
parent4513e5f373693f2d257f94c97ac8870c47ecbde8
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
sys/netinet/udp_usrreq.c