summaryrefslogtreecommitdiff
path: root/src/core/devices/nm-device-ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/devices/nm-device-ethernet.c')
-rw-r--r--src/core/devices/nm-device-ethernet.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/core/devices/nm-device-ethernet.c b/src/core/devices/nm-device-ethernet.c
index 6cd5e32292..dff6466a2e 100644
--- a/src/core/devices/nm-device-ethernet.c
+++ b/src/core/devices/nm-device-ethernet.c
@@ -1725,11 +1725,12 @@ new_default_connection(NMDevice *self)
/* Create a stable UUID. The UUID is also the Network_ID for stable-privacy addr-gen-mode,
* thus when it changes we will also generate different IPv6 addresses. */
- uuid = nm_uuid_generate_from_strings_v3("default-wired",
- nm_utils_machine_id_str(),
- defname,
- perm_hw_addr ?: iface,
- NULL);
+ uuid = nm_uuid_generate_from_strings(NM_UUID_TYPE_VERSION3,
+ &nm_uuid_ns_1,
+ "default-wired",
+ nm_utils_machine_id_str(),
+ defname,
+ perm_hw_addr ?: iface);
g_object_set(setting,
NM_SETTING_CONNECTION_ID,