Re: Do not change rt_ifa after insertion

2015-10-22 Thread Alexander Bluhm
On Thu, Oct 22, 2015 at 01:34:20PM +0200, Martin Pieuchot wrote: > Either because it has been specified in rt_ifa_add() or because > rt_getifa() returns you the correct one. So if the key of a route > matches an address on the ifp it *must* be the same ifa. > > Let's make sure of that, ok? OK bl

Do not change rt_ifa after insertion

2015-10-22 Thread Martin Pieuchot
Either because it has been specified in rt_ifa_add() or because rt_getifa() returns you the correct one. So if the key of a route matches an address on the ifp it *must* be the same ifa. Let's make sure of that, ok? Index: net/if.c