Re: bridge(4) and IPv6 broken?

From: Patrick M. Hausen <pmh_at_hausen.com>
Date: Tue, 02 Jan 2024 13:50:58 UTC
Hi all,

> Am 02.01.2024 um 13:56 schrieb Jan Bramkamp <crest@rlwinm.de>:
> 
> IPv6 enabled interfaces need a link-local address for normal operation. Please set the auto-linklocal flag on the bridge and try again.

And remove the link-local address from alc0. A bridge member must not have
any layer 3 addresses configured. If you are using the standard rc.conf variables
just use:

ifconfig_alc0="up"

Kind regards,
Patrick