On 2009-05-12 09:41, Qing Li wrote:
> Author: qingli
> Date: Tue May 12 07:41:20 2009
> New Revision: 192011
> URL: http://svn.freebsd.org/changeset/base/192011
> 
> Log:
>   This patch adds a host route to an interface address (that is assigned
>   to a non loopback/ppp link types) through the loopback interface. Prior
>   to the new L2/L3 rewrite, this host route is implicitly added by the L2
>   code during RTM_RESOLVE of that interface address. This host route is
>   deleted when that interface is removed.

This commit breaks dhclient startup, I now get:

[...]
in_ifinit: insertion failed
ifconfig: ioctl (SIOCAIFADDR): File exists
em0: not found
exiting.

So it seems to hit this part:

+               } else if (error != 0)
+                       log(LOG_INFO, "in_ifinit: insertion failed\n");

Reverting the commit makes dhclient work again.

_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to