CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/18 07:13:52
Modified files:
sys/net : route.c rtsock.c
Log message:
Do not dereference rt_ifp to call if_rtrequest.
This only happens under KERNEL_LOCK() so we know for sure that the
interface attached to a route entry is valid.
