[WIP] Stable IPv6 addresses
We switched to RFC7217 but are not setting a secret hence the IPv6 addresses differ on each boot.
this seems to be sitting on top of that other questionable PR. Any chance we can split those? (so that IPv6 stuff gets in separately) @eriknordmark ?
That was why it was a WIP/Draft. Cleaned it up. But need some tweak because the IPv6 addresses still change on EVE-OS reboot.
LGTM. Any reason not to merge this @eriknordmark ?
Yes, because it isn't sufficient. IPv6 addresses still change on every device reboot.
Hey @eriknordmark -- this has been open for quite a long time now -- any updates on what do you plan to do with this?
Yes, because it isn't sufficient. IPv6 addresses still change on every device reboot
@eriknordmark Erik, I assume we need to set 'addr_gen_mode = 2' as well:
addr_gen_mode - INTEGER
Defines how link-local and autoconf addresses are generated.
0: generate address based on EUI64 (default)
1: do no generate a link-local address, use EUI64 for addresses generated
from autoconf
2: generate stable privacy addresses, using the secret from
stable_secret (RFC7217)
3: generate stable privacy addresses, using a random secret if unset