mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 19:20:12 +01:00
core/devices: generate connections with autoconnect=true
Previously, when a generated connection was edited, and the machine was rebooted, the connection would not apply, and a new generated connection would be made, because autoconnect was set to FALSE. Set autoconnect to be true by default, so that the modified generated connection is applied.
This commit is contained in:
parent
f489d213f2
commit
2953200a65
1 changed files with 1 additions and 1 deletions
|
|
@ -9548,7 +9548,7 @@ nm_device_generate_connection(NMDevice *self,
|
|||
NM_SETTING_CONNECTION_ID,
|
||||
ifname,
|
||||
NM_SETTING_CONNECTION_AUTOCONNECT,
|
||||
FALSE,
|
||||
TRUE,
|
||||
NM_SETTING_CONNECTION_INTERFACE_NAME,
|
||||
ifname,
|
||||
NM_SETTING_CONNECTION_TIMESTAMP,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue