https://bugs.kde.org/show_bug.cgi?id=503773
--- Comment #4 from Douglas Silva <[email protected]> --- While GNOME doesn't currently expose addr-gen-mode in its Settings, it resets the option to "default" when you save it — which means "use the global default". >From "/etc/NetworkManager/system-connections/radium.lan.nmconnection": ---> [connection] id=radium.lan (...) [ipv6] addr-gen-mode=default method=auto <--- Because of this, I am able to set my preferred (default) value, and it will be used for all current and future connections. All I have to do is create "/etc/NetworkManager/conf.d/ipv6-eui64.conf" with the following contents: ---> # Use EUI64 as default address generation mode [connection] ipv6.addr-gen-mode=0 <--- On KDE it seems to default to "stable-privacy", which makes this impossible. -- You are receiving this mail because: You are watching all bug changes.
