mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 16:50:16 +01:00
libnm-core: document AUTOCONNECT_PRIORITY for ifcfg-rh
This commit is contained in:
parent
3bcba5ddf9
commit
a4d4fa04b5
1 changed files with 10 additions and 0 deletions
|
|
@ -1391,6 +1391,16 @@ nm_setting_connection_class_init (NMSettingConnectionClass *setting_class)
|
|||
* connections with higher priority will be preferred. Defaults to 0.
|
||||
* The higher number means higher priority.
|
||||
**/
|
||||
/* ---ifcfg-rh---
|
||||
* property: autoconnect-priority
|
||||
* variable: AUTOCONNECT_PRIORITY(+)
|
||||
* values: -999 to 999
|
||||
* default: 0
|
||||
* description: Connection priority for automatic activation. Connections with
|
||||
* higher numbers are preferred when selecting profiles for automatic activation.
|
||||
* example: AUTOCONNECT_PRIORITY=20
|
||||
* ---end---
|
||||
*/
|
||||
g_object_class_install_property
|
||||
(object_class, PROP_AUTOCONNECT_PRIORITY,
|
||||
g_param_spec_int (NM_SETTING_CONNECTION_AUTOCONNECT_PRIORITY, "", "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue