freebsd-dev/contrib/isc-dhcp/client
David E. O'Brien 378ece9d7b Do not add routes for localhost to the `dhclient' controlled interface.
Doing so is bogus if the loop-back interface was not configured.

Typically ``network_interfaces="auto"'' will return the list of
interfaces such that "lo0" is not first.  Thus there are times when
`dhclient' configs an interface before "lo0" is configured.

Under BSD4.4, there's no need to add the above route, as it will be
automatically generated by the kernel.

PR:		conf/14098, misc/15183
Submitted by:	luoqi (true identification of the problem)
1999-12-12 01:04:36 +00:00
..
scripts Do not add routes for localhost to the `dhclient' controlled interface. 1999-12-12 01:04:36 +00:00
clparse.c Fix conflicts. 1999-05-02 09:24:16 +00:00
dhclient-script.8 Fix conflicts. 1999-05-02 09:24:16 +00:00
dhclient.8 Correct reference to dhclient.conf(5) (was dhclient.conf(8)), as pointed 1999-07-30 20:51:19 +00:00
dhclient.c Fix -1 (onetry) fails, exit(2) rather than exit(1) so an error from this 1999-06-25 22:28:34 +00:00
dhclient.conf use /sbin/dhclient-script rather than /etc/dhclient-script 1999-02-10 09:35:26 +00:00
dhclient.conf.5 dhclient-lease(8) -> dhclient.leases(5) 1999-07-30 20:52:26 +00:00
dhclient.leases.5 * fix paths in manpages 1999-02-10 21:02:32 +00:00