summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2023-03-17 15:59:27 +0100
committerFernando Fernandez Mancera <ffmancera@riseup.net>2023-05-02 10:15:05 +0200
commit5073de2188644900b54ea9b7132e026e75b098fb (patch)
tree8f87e99199836b132b5263620b7734f7ae8cae06
parentcb6f8b987c2b34d1ad325a0faf5a3a9d1d661ce2 (diff)
downloadNetworkManager-5073de2188644900b54ea9b7132e026e75b098fb.tar.gz
libnm: fix ifcfg variable documentation at queue-id property
The correct variable for queue-id in ifcfg is BOND_PORT_QUEUE_ID.
-rw-r--r--src/libnm-core-impl/nm-setting-bond-port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnm-core-impl/nm-setting-bond-port.c b/src/libnm-core-impl/nm-setting-bond-port.c
index 7ea82a763e..d1656a31ac 100644
--- a/src/libnm-core-impl/nm-setting-bond-port.c
+++ b/src/libnm-core-impl/nm-setting-bond-port.c
@@ -148,7 +148,7 @@ nm_setting_bond_port_class_init(NMSettingBondPortClass *klass)
**/
/* ---ifcfg-rh---
* property: queue-id
- * variable: BONDING_OPTS: queue-id=
+ * variable: BOND_PORT_QUEUE_ID(+)
* values: 0 - 65535
* default: 0
* description: Queue ID.