> There is no need to fix kernel if the same result could be achieved by simple
> rc.network file modification. Yes, solution proposed in conf/14913 is
> not complete and only works in network_interfaces="auto" case, but the
> modification to make it work in 100% cases is pretty trivial.
>
I finally found the problem, it was not a kernel bug, it was dhcp client.
In /sbin/dhclient-script, it tried to install a route from localhost to
the ether interface, which was bogus if the loop-back interface was not
configured. Under BSD4.4, there's no need to add such a route, it will be
automatically generated by the kernel. So the simplest solution to this
problem is to delete all `route add xxx 127.0.0.1' statements from the
script.
-lq
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message