summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-04-30 11:53:33 +0200
committerThomas Haller <thaller@redhat.com>2016-05-03 11:52:39 +0200
commitad38a1acb8827dd2906c8d593313c6f9f931e55f (patch)
tree44f7f4f984a96b6b32914d6128f1578dc42dee54
parent05478e4f4cb1bf8600f3211a9b2983b9e4c43152 (diff)
downloadNetworkManager-ad38a1acb8827dd2906c8d593313c6f9f931e55f.tar.gz
device: allow reapply if connection.id differs
-rw-r--r--src/devices/nm-device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 1597b00d69..39fdd3933b 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -7468,6 +7468,7 @@ reapply_connection (NMDevice *self,
if (!_hash_check_invalid_keys (diffs ? g_hash_table_lookup (diffs, NM_SETTING_CONNECTION_SETTING_NAME) : NULL,
NM_SETTING_CONNECTION_SETTING_NAME,
error,
+ NM_SETTING_CONNECTION_ID,
NM_SETTING_CONNECTION_ZONE,
NM_SETTING_CONNECTION_METERED))
return FALSE;