ifcfg-rh: drop IPV6_ADDR_GEN_MODE=stable-privacy when the mode is eui64
This commit is contained in:
@@ -2623,6 +2623,8 @@ write_ip6_setting (NMConnection *connection, shvarFile *ifcfg, GError **error)
|
|||||||
addr_gen_mode);
|
addr_gen_mode);
|
||||||
svSetValue (ifcfg, "IPV6_ADDR_GEN_MODE", tmp, FALSE);
|
svSetValue (ifcfg, "IPV6_ADDR_GEN_MODE", tmp, FALSE);
|
||||||
g_free (tmp);
|
g_free (tmp);
|
||||||
|
} else {
|
||||||
|
svSetValue (ifcfg, "IPV6_ADDR_GEN_MODE", NULL, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
priority = nm_setting_ip_config_get_dns_priority (s_ip6);
|
priority = nm_setting_ip_config_get_dns_priority (s_ip6);
|
||||||
|
Reference in New Issue
Block a user