currently, nd6 forces ND6_IFF_AUTO_LINKLOCAL and ND6_IFF_ACCEPT_RTADV to
be disabled for IFT_BRIDGE interfaces. delete this, as there is no
reason to behave this way.
in the past, this might have made sense when adding IP addresses to a
bridge could create strange behaviour, in particular relating to
link-local scope violations as described in the "IPv6 support" section
of bridge(4).
however, nowadays the only reason IPv6 would be enabled on a bridge is
because the admin explicitly enabled that, in which case they will
expect this to work like any other interface.
PR: 254445