K 10 svn:author V 5 brian K 8 svn:date V 27 2001-11-30T14:00:55.000000Z K 7 svn:log V 373 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 should be treated as an error. END