mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-18 02:50:30 +01:00
device: allow creation of default wired connection for virtual interfaces
This commit is contained in:
parent
65771b80a6
commit
55b9fd46ee
1 changed files with 1 additions and 1 deletions
|
|
@ -1421,7 +1421,7 @@ new_default_connection (NMDevice *self)
|
|||
if (nm_config_get_no_auto_default_for_device (nm_config_get (), self))
|
||||
return NULL;
|
||||
|
||||
perm_hw_addr = nm_device_get_permanent_hw_address (self, FALSE);
|
||||
perm_hw_addr = nm_device_get_permanent_hw_address (self, TRUE);
|
||||
if (!perm_hw_addr)
|
||||
return NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue