summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-06-11 15:20:32 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-06-14 12:02:23 +0200
commitf5e82796be66fba38faaed7f653d9352630cbfe6 (patch)
treeb0ccfe964ff091e99c717b9a493280b935d45715
parentd0f0d778f30c6dc95a0f7048beb91007425d33fa (diff)
downloadNetworkManager-f5e82796be66fba38faaed7f653d9352630cbfe6.tar.gz
core/ovs-interface: fix type documentation
-rw-r--r--clients/common/settings-docs.h.in2
-rw-r--r--libnm-core/nm-setting-ovs-interface.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/clients/common/settings-docs.h.in b/clients/common/settings-docs.h.in
index fe608c0c7a..d088198c16 100644
--- a/clients/common/settings-docs.h.in
+++ b/clients/common/settings-docs.h.in
@@ -259,7 +259,7 @@
#define DESCRIBE_DOC_NM_SETTING_OVS_BRIDGE_MCAST_SNOOPING_ENABLE N_("Enable or disable multicast snooping.")
#define DESCRIBE_DOC_NM_SETTING_OVS_BRIDGE_RSTP_ENABLE N_("Enable or disable RSTP.")
#define DESCRIBE_DOC_NM_SETTING_OVS_BRIDGE_STP_ENABLE N_("Enable or disable STP.")
-#define DESCRIBE_DOC_NM_SETTING_OVS_INTERFACE_TYPE N_("The interface type. Either \"internal\", or empty.")
+#define DESCRIBE_DOC_NM_SETTING_OVS_INTERFACE_TYPE N_("The interface type. Either \"internal\", \"system\", \"patch\", or empty.")
#define DESCRIBE_DOC_NM_SETTING_OVS_PATCH_PEER N_("Specifies the unicast destination IP address of a remote Open vSwitch bridge port to connect to.")
#define DESCRIBE_DOC_NM_SETTING_OVS_PORT_BOND_DOWNDELAY N_("The time port must be inactive in order to be considered down.")
#define DESCRIBE_DOC_NM_SETTING_OVS_PORT_BOND_MODE N_("Bonding mode. One of \"active-backup\", \"balance-slb\", or \"balance-tcp\".")
diff --git a/libnm-core/nm-setting-ovs-interface.c b/libnm-core/nm-setting-ovs-interface.c
index ad7f2eadd1..47178c116e 100644
--- a/libnm-core/nm-setting-ovs-interface.c
+++ b/libnm-core/nm-setting-ovs-interface.c
@@ -375,7 +375,7 @@ nm_setting_ovs_interface_class_init (NMSettingOvsInterfaceClass *klass)
/**
* NMSettingOvsInterface:type:
*
- * The interface type. Either "internal", or empty.
+ * The interface type. Either "internal", "system", "patch", or empty.
*
* Since: 1.10
**/