Is it new behavior in v6.38 that the bridge interfaces only get a IPv6 link local address if auto-mac=yes? This got me wondering why my router advertisement stopped working after the upgrade from v6.37.3 for a moment. Can anybody confirm my assumption?
I tried to reproduce the issue on another router. But I could not reproduce the missing link local address on the bridge interface regardless of auto-mac yes or no. Maybe it was just a glitch with my configuration that has been carried over from ROS v5 times. Anyway thanks for taking a look!
This is probably a long time problem. I’m seeing problem with missing link local address on the bridge from time of the ROS5.2x version. Sometimes, after ROS starts there are missing link local address on the one or more bridge interfaces. Very similar problem with VRRP interfaces - link local address is showed but do not works.
One possible solution is script which in loop disable/enable bridge interface until link local address is assigned (on VRRP is problem solved after transit among master/slave/master states).
Related to the IPv6 link local addreess: I’m missing possibility to add manual IPv6 link local address. For example on the PtP link where one end to have fe80::1 and second fe80::2…