Re: ND and rt_ifa_add(9)

2015-12-01 Thread Alexander Bluhm
On Tue, Dec 01, 2015 at 01:34:15PM +0100, Martin Pieuchot wrote: > Diff below converts two custom uses of rtrequest(9) to rt_ifa_add(9). > These are used to automagically install and remove the RTF_CONNECTED > route obtained from a router advertisement. > > This changes the existing logic a bit

ND and rt_ifa_add(9)

2015-12-01 Thread Martin Pieuchot
Diff below converts two custom uses of rtrequest(9) to rt_ifa_add(9). These are used to automagically install and remove the RTF_CONNECTED route obtained from a router advertisement. This changes the existing logic a bit to match the netinet behavior. The route will now be attached to the ``ifa''