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();
>
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
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.
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 +--