From 7c135d57d040773c2f5f372d7548976217ed552c Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sat, 30 Apr 2016 11:53:33 +0200 Subject: [PATCH] device: allow reapply if connection.id differs (cherry picked from commit ad38a1acb8827dd2906c8d593313c6f9f931e55f) --- src/devices/nm-device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c index 692ffa7ba4..1ec648a62c 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -7317,6 +7317,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;