Since an upgrade to 7.21.1 (from 7.20.6), IPv6 address assignment has become unstable.
I have a /48 assignment (xxxx:yyyy:zzz::/48), and I have manually assigned /64 addresses to applicable interfaces.
Thus xxxx:yyyy:zzz:0::1/64 to my bridge, xxxx:yyyy:zzz:1::1/64 to VLAN 100 , plus two other VLANs with incremental IPs. Some EUI64 enabled, some don’t (I’m just using shortened values here for sanity, plus it would have worked either way).
This was all fully functional in 7.20.6 and below without any hassle. On upgrade to 7.21.1, the manually assigned IP on the bridge interface become unstable. It would suddenly change which /64 was assigned to the interface. So it suddenly changed from xxxx:yyyy:zzz::1/64 to xxxx:yyyy:zzz:4::1/64.
At the same time, it would break other IPv6 access for traffic on this interface. Client devices appeared to be picking up new IPs from the xxxx:yyyy:zzz:4::/64 subnet via SLAAC, but I was unable to access some IPv6 services. There was nothing I could locate that implied access control blocks, but I didn’t get to the bottom of it**.**
Attempts to update the IP back to xxxx:yyyy:zzz::/64 on the interface would resulting in the subnet being incremented, i.e. the first try would make it xxxx:yyyy:zzz:5::1/64, then next try xxxx:yyyy:zzz:6::/64 and so on. I had to disable RA, delete the address, then manually assign xxxx:yyyy:zzz::1/64 again, enable RA and it would work.
But it would only work for a temporary period - unknow how long.
A reboot seemed to trigger it, but I’m not sure it was every reboot. That I could not be certain on.
As it was causing connectivity issues and thus productivity, I downgraded back to 7.20.6 and all is well again, without any problems.
Not really after advice, but was wondering if others have seen stability issues?