K 10 svn:author V 5 harti K 8 svn:date V 27 2003-08-05T14:59:06.000000Z K 7 svn:log V 393 When adding a channel for INET failed at the device level (ioctl) the code used to call rtrequest(RTM_DELETE, ...). This is a problem, because the function that just has called us (route_output) is not really happy with the route it just is creating beeing ripped out from under it. Unfortunately we also cannot return an error from ifa_rtrequest. Therefore mark the route just as RTF_REJECT. END