CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/01 03:35:28
Modified files:
sys/net : rtsock.c
Log message:
Use rtable_match() rather than rtalloc() when looking for an existing
entry in RTM_ADD.
rtable_match() does not modify the 'Use' counter of the route and unbreak
regression tests.
Breakage reported by bluhm@
