K 10 svn:author V 5 brian K 8 svn:date V 27 2001-11-30T14:01:20.000000Z K 7 svn:log V 423 Don't provide an RTA_GATEWAY sockaddr when we write RTM_CHANGE messages to the routing socket. The local address on a point-to-point interface is not actually a gateway address - despite it appearing in the second column of netstat -r's output. Providing a gateway to an RTM_CHANGE will currently change the route's interface so that it's using the specified gateway - not what we want. Patiently explained to me by: ru END