On Thu, May 22, 2025 at 08:09:13PM +0100, Lexi Winter wrote:
as kp said, this is broken, but you can trivially fix it by moving the IP addresses to the bridge interface instead. note that for SLAAC to work on a bridge, you have to set ‘accept_rtadv’ and ‘auto_linklocal’ on the bridge interface explicitly (this is an unrelated issue specific to if_bridge(4)).
Thanks, understood --