mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 10:50:14 +01:00
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:
parent
9b9a180597
commit
304e2f56af
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue