CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/04 09:45:42
Modified files:
sys/net : route.c
Log message:
Do not assume that an interface index of a route is still valid in
rtrequest_delete(). The inpcb has a cache of the route that still
exists when the interface has been detached.
kassert triggered from tcp timeout by awolk@; OK mpi@
