K 10 svn:author V 6 obrien K 8 svn:date V 27 1999-12-12T01:04:36.000000Z K 7 svn:log V 524 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) END