Re: rip router advertisement processing and solicitation sending out of kernel

2017-07-11 Thread Martin Pieuchot
On 10/07/17(Mon) 08:04, Florian Obser wrote: > --- netinet6/in6.c > +++ netinet6/in6.c > @@ -897,25 +897,9 @@ in6_unlink_ifa(struct in6_ifaddr *ia6, struct ifnet *ifp) > { > struct ifaddr *ifa = &ia6->ia_ifa; > extern int ifatrash; > - int plen; > > NET_ASSERT_LOCKED(); >

Re: rip router advertisement processing and solicitation sending out of kernel

2017-07-10 Thread Florian Obser
On Mon, Jul 10, 2017 at 04:55:53PM +0200, Alexander Bluhm wrote: > On Mon, Jul 10, 2017 at 08:04:26AM +, Florian Obser wrote: > > I think it's time... > > Great, no default router, no prefix list! > > Does slaacd support on-link detection? I don't know if it worked > before, it could be impl

Re: rip router advertisement processing and solicitation sending out of kernel

2017-07-10 Thread Alexander Bluhm
On Mon, Jul 10, 2017 at 08:04:26AM +, Florian Obser wrote: > I think it's time... Great, no default router, no prefix list! Does slaacd support on-link detection? I don't know if it worked before, it could be implemented later, and I don't mind if we loose it. Just asking out of curiosity.

rip router advertisement processing and solicitation sending out of kernel

2017-07-10 Thread Florian Obser
I think it's time... I kept nd6_ra_input for source link layer address option processing like nd6_rs_input. Tests, OKs? net/if.c| 10 - netinet6/in6.c | 16 - netinet6/in6_ifattach.c |7 +- netinet6/in6_var.h |3 - netinet6/nd6.c | 372 +--