mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-26 00:20:31 +01:00
libnm-util: default 'autoconnect' to true
Like the NetworkManagerConfigurationSpecification wiki page has stated for quite a long time.
This commit is contained in:
parent
4a7bfefeec
commit
154f2f4534
1 changed files with 2 additions and 2 deletions
|
|
@ -431,14 +431,14 @@ nm_setting_connection_class_init (NMSettingConnectionClass *setting_class)
|
|||
* Whether or not the connection should be automatically connected by
|
||||
* NetworkManager when the resources for the connection are available.
|
||||
* %TRUE to automatically activate the connection, %FALSE to require manual
|
||||
* intervention to activate the connection.
|
||||
* intervention to activate the connection. Defaults to %TRUE.
|
||||
**/
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_AUTOCONNECT,
|
||||
g_param_spec_boolean (NM_SETTING_CONNECTION_AUTOCONNECT,
|
||||
"Autoconnect",
|
||||
"Connection autoconnect",
|
||||
FALSE,
|
||||
TRUE,
|
||||
G_PARAM_READWRITE | NM_SETTING_PARAM_SERIALIZE | NM_SETTING_PARAM_FUZZY_IGNORE));
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue