mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 08:30:11 +01:00
device: allow reapply if connection.id differs
(cherry picked from commit ad38a1acb8)
This commit is contained in:
parent
3f9fdcbca2
commit
7c135d57d0
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue