mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-21 00:10:28 +01:00
ifcfg-rh: drop IPV6_ADDR_GEN_MODE=stable-privacy when the mode is eui64
This commit is contained in:
parent
02f935c4cc
commit
d4831d3417
1 changed files with 2 additions and 0 deletions
|
|
@ -2623,6 +2623,8 @@ write_ip6_setting (NMConnection *connection, shvarFile *ifcfg, GError **error)
|
|||
addr_gen_mode);
|
||||
svSetValue (ifcfg, "IPV6_ADDR_GEN_MODE", tmp, FALSE);
|
||||
g_free (tmp);
|
||||
} else {
|
||||
svSetValue (ifcfg, "IPV6_ADDR_GEN_MODE", NULL, FALSE);
|
||||
}
|
||||
|
||||
priority = nm_setting_ip_config_get_dns_priority (s_ip6);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue