K 10 svn:author V 5 brian K 8 svn:date V 27 2002-02-27T12:12:25.000000Z K 7 svn:log V 452 MFC: During SIOCAIFADDR, if in_ifinit() fails and we've already added an interface address, blow the address away again before returning the error. In in_ifinit(), if we get an error from rtinit() and we've also got a destination address, return the error rather than masking EEXISTS. Failing to create a host route when configuring an interface is now treated as an error. Requested by: nsayer Made possible by: joerg END