summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGris Ge <fge@redhat.com>2021-08-23 22:00:54 +0800
committerThomas Haller <thaller@redhat.com>2021-08-26 23:04:31 +0200
commit9958510f2872266b2f4d19567529a0c69070e573 (patch)
treef5774e4e526a24f4356c4fc692d283d25a33330d /docs
parent3a39ce6a9911204ea368cec0a1af6597a1ab4c34 (diff)
downloadNetworkManager-9958510f2872266b2f4d19567529a0c69070e573.tar.gz
bond: add support of queue_id of bond port
Introduced `NMSettingBondPort` to hold the new setting class with single property `NM_SETTING_BOND_PORT_QUEUE_ID`. For dbus interface, please use `bond-port` as setting name and `queue-id` as property name. Unit test cases for ifcfg reader and writer included. Signed-off-by: Gris Ge <fge@redhat.com> https://bugzilla.redhat.com/show_bug.cgi?id=1949127 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/952
Diffstat (limited to 'docs')
-rw-r--r--docs/libnm/libnm-docs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libnm/libnm-docs.xml b/docs/libnm/libnm-docs.xml
index fad9552283..cb66c17e6f 100644
--- a/docs/libnm/libnm-docs.xml
+++ b/docs/libnm/libnm-docs.xml
@@ -315,6 +315,7 @@ print ("NetworkManager version " + client.get_version())]]></programlisting></in
<xi:include href="xml/nm-setting-8021x.xml"/>
<xi:include href="xml/nm-setting-adsl.xml"/>
<xi:include href="xml/nm-setting-bluetooth.xml"/>
+ <xi:include href="xml/nm-setting-bond-port.xml"/>
<xi:include href="xml/nm-setting-bond.xml"/>
<xi:include href="xml/nm-setting-bridge-port.xml"/>
<xi:include href="xml/nm-setting-bridge.xml"/>