From 304e2f56af90123af99343a5c9671699a75dca94 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 10 Jan 2017 20:05:30 +0100 Subject: [PATCH] device: allow reapplying a connection with differing stable-id The stable-id for one activation cannot actually change. This is also, because we cache it as priv->current_stable_id. Still, allow reapply with a differing stable-id for convenience. --- 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 bd53b0967a..75fbcb2bc9 100644 --- a/src/devices/nm-device.c +++ b/src/devices/nm-device.c @@ -8396,6 +8396,7 @@ reapply_connection (NMDevice *self, error, NM_SETTING_CONNECTION_ID, NM_SETTING_CONNECTION_UUID, + NM_SETTING_CONNECTION_STABLE_ID, NM_SETTING_CONNECTION_AUTOCONNECT, NM_SETTING_CONNECTION_ZONE, NM_SETTING_CONNECTION_METERED))