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.
This commit is contained in:
Thomas Haller 2017-01-10 20:05:30 +01:00
parent 9b9a180597
commit 304e2f56af

View file

@ -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))