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-03 09:55:45 +0200
commit762cd06ffa4ff56b096128c26c931843429dc8c5 (patch)
tree421820dcd0b8c4e174e11d4e603052232e600229
parentd3b54963622f242db1ebeda21dedd9558b484355 (diff)
downloadNetworkManager-762cd06ffa4ff56b096128c26c931843429dc8c5.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.