Re: if_detach() addresses cleanup

2014-03-17 Thread Martin Pieuchot
On 06/03/14(Thu) 09:35, Martin Pieuchot wrote: On 22/01/14(Wed) 11:46, Martin Pieuchot wrote: Network addresses added to the interface local list thought ifa_add() are the link-local address and the IPv4/6 ones. Since if_detach() now calls in_ifdetach(), there should be no address left

Re: if_detach() addresses cleanup

2014-03-06 Thread Martin Pieuchot
On 22/01/14(Wed) 11:46, Martin Pieuchot wrote: Network addresses added to the interface local list thought ifa_add() are the link-local address and the IPv4/6 ones. Since if_detach() now calls in_ifdetach(), there should be no address left on the list apart from the link-layer one at this

if_detach() addresses cleanup

2014-01-22 Thread Martin Pieuchot
Network addresses added to the interface local list thought ifa_add() are the link-local address and the IPv4/6 ones. Since if_detach() now calls in_ifdetach(), there should be no address left on the list apart from the link-layer one at this stage. So the diff below removes it directly, there's