CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/04 04:32:01
Modified files:
sys/net : route.c route.h if.c
sys/netinet : in.c
sys/netinet6 : in6.c
Log message:
Purge routes attached to an address when this address is removed.
This is done to stop using stale ifa attached to routes, which is
the easiest way to make rtisvalid(9) MP-safe.
sthen@ and henning@ like it, ok claudio@
