K 10 svn:author V 6 emaste K 8 svn:date V 27 2007-04-09T19:44:19.000000Z K 7 svn:log V 610 MFC rtsock.c r1.124, which was overlooked some time ago: Fix for PR 82974. We were not checking that the route looked up in the case of an RTM_CHANGE was specific, i.e. that it matched completely. This led to a route change of a non-existent route changing the default route as the radix code would simply back track to that point and hand that route back to the routing socket code. PR: 82974 Reviewed by: Tai-hwa Liang Ben Kaduk Bjoern A. Zeeb Obtained from: OpenBSD with modifications. END