CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/20 02:53:36
Modified files:
sys/netinet6 : in6.c
Log message:
Always call rt_ifa_dellocal(9) when removing an IPv6 address.
The routing layer already check for the correct ifa when asked
to delete a local route, so do not try to be clever here.
This change also prevent having a NULL ifp pointer in your routing
table when you delete loopback interfaces having the same address.
ok henning@
