CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/08/24 16:11:34
Modified files:
sys/net : route.c rtsock.c
sys/netinet6 : nd6_rtr.c
Log message:
Always increment the reference counter of the returned route entry in
rtrequest1(9).
This simplifies rtfree(9) dances and will prevent another CPU to free
the entry before we're done with it as soon as routing functions can
be executed in parallel.
ok bluhm@, mikeb@
