From 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 31 Jul 2019 10:51:42 +0200 Subject: New upstream version 1.19.90 --- docs/libnm/html/NMSettingOvsBridge.html | 44 +++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'docs/libnm/html/NMSettingOvsBridge.html') diff --git a/docs/libnm/html/NMSettingOvsBridge.html b/docs/libnm/html/NMSettingOvsBridge.html index 21bd4940..848fa67e 100644 --- a/docs/libnm/html/NMSettingOvsBridge.html +++ b/docs/libnm/html/NMSettingOvsBridge.html @@ -78,6 +78,13 @@ nm_setting_ovs_bridge_get_stp_enable () + +const char * + + +nm_setting_ovs_bridge_get_datapath_type () + + @@ -109,6 +116,10 @@ #define NM_SETTING_OVS_BRIDGE_STP_ENABLE + +#define +NM_SETTING_OVS_BRIDGE_DATAPATH_TYPE + @@ -236,6 +247,33 @@ nm_setting_ovs_bridge_get_stp_enable (Since: 1.10

+
+
+

nm_setting_ovs_bridge_get_datapath_type ()

+
const char *
+nm_setting_ovs_bridge_get_datapath_type
+                               (NMSettingOvsBridge *self);
+
+

Parameters

+
+++++ + + + + + +

self

the NMSettingOvsBridge

 
+
+
+

Returns

+

the “datapath_type” property of the setting

+
+

Since: 1.20

+

Types and Values

@@ -268,6 +306,12 @@ nm_setting_ovs_bridge_get_stp_enable (#define NM_SETTING_OVS_BRIDGE_STP_ENABLE "stp-enable"
+
+
+

NM_SETTING_OVS_BRIDGE_DATAPATH_TYPE

+
#define NM_SETTING_OVS_BRIDGE_DATAPATH_TYPE         "datapath-type"
+
+