Looking for an option to update address (configured via SLAAC) on interface when new RA was received (maybe with some timeout)
I've tried to set net.ipv6.conf.interface.max_addresses
, but on network change, original address remained
What could be done on the host side? Guess there should be an option to up-down interface upon receiving new prefix in RA? Or reducing prefix lifetime is the way to go?