Remove useless nd6_init_done
authorkn <kn@openbsd.org>
Mon, 28 Nov 2022 13:10:58 +0000 (13:10 +0000)
committerkn <kn@openbsd.org>
Mon, 28 Nov 2022 13:10:58 +0000 (13:10 +0000)
commiteb50a1c069c220b127aa07a55c24fb0db23bf1a7
tree0dc366177799286eca3a9b7e6bbad1e7007c6120
parent143c0f7fa903be3144c66fe72f958afeb2d3dbfd
Remove useless nd6_init_done

Only ip6_init() calls nd6_init(), exactly once, just like it calls
frag6_init() which on the other hand does not have some fra6_init_done to
guard against itself.

Like all other domains, ip6_init() is called in domaininit(), early in the
kernel's main().

This variable was probably never useful and stems from nd6.c r1.1:
    bring in KAME IPv6 code, dated 19991208.

OK mvs
sys/netinet6/nd6.c