CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/03 07:19:55
Modified files:
sys/net : route.c route.h rtsock.c
Log message:
Store an interface index instead of a pointer in the "struct rtentry".
These indexes are unique and should be used with if_get() to get a
pointer to the corresponding ``ifp''. Such pointer is guaranteed to
be valid in a MP environment until if_put() is called.
ok claudio@, sthen@
