From b22a7b55d0bc5a7999dccaeacdde745f5ace9d66 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 23 Feb 2023 17:11:22 +0100 Subject: New upstream version 1.42.2 --- docs/libnm/html/NMSettingOvsBridge.html | 320 ++++++++++++++++++++++++++++++++ 1 file changed, 320 insertions(+) create mode 100644 docs/libnm/html/NMSettingOvsBridge.html (limited to 'docs/libnm/html/NMSettingOvsBridge.html') diff --git a/docs/libnm/html/NMSettingOvsBridge.html b/docs/libnm/html/NMSettingOvsBridge.html new file mode 100644 index 00000000..02041e9f --- /dev/null +++ b/docs/libnm/html/NMSettingOvsBridge.html @@ -0,0 +1,320 @@ + + + + +NMSettingOvsBridge: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingOvsBridge

+

NMSettingOvsBridge — Describes connection properties for Open vSwitch bridges.

+
+
+

Functions

+ +
+ +
+

Description

+

The NMSettingOvsBridge object is a NMSetting subclass that describes properties +necessary for Open vSwitch bridges.

+
+
+

Functions

+
+

nm_setting_ovs_bridge_new ()

+
NMSetting *
+nm_setting_ovs_bridge_new (void);
+

Creates a new NMSettingOvsBridge object with default values.

+
+

Returns

+

the new empty NMSettingOvsBridge object.

+

[transfer full]

+
+

Since: 1.10

+
+
+
+

nm_setting_ovs_bridge_get_fail_mode ()

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

Parameters

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

self

the NMSettingOvsBridge

 
+
+
+

Returns

+

the “fail_mode” property of the setting

+
+

Since: 1.10

+
+
+
+

nm_setting_ovs_bridge_get_mcast_snooping_enable ()

+
gboolean
+nm_setting_ovs_bridge_get_mcast_snooping_enable
+                               (NMSettingOvsBridge *self);
+
+

Parameters

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

self

the NMSettingOvsBridge

 
+
+
+

Returns

+

the “mcast_snooping_enable” property of the setting

+
+

Since: 1.10

+
+
+
+

nm_setting_ovs_bridge_get_rstp_enable ()

+
gboolean
+nm_setting_ovs_bridge_get_rstp_enable (NMSettingOvsBridge *self);
+
+

Parameters

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

self

the NMSettingOvsBridge

 
+
+
+

Returns

+

the “rstp_enable” property of the setting

+
+

Since: 1.10

+
+
+
+

nm_setting_ovs_bridge_get_stp_enable ()

+
gboolean
+nm_setting_ovs_bridge_get_stp_enable (NMSettingOvsBridge *self);
+
+

Parameters

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

self

the NMSettingOvsBridge

 
+
+
+

Returns

+

the “stp_enable” property of the setting

+
+

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.42

+
+
+
+

Types and Values

+
+

NM_SETTING_OVS_BRIDGE_SETTING_NAME

+
#define NM_SETTING_OVS_BRIDGE_SETTING_NAME "ovs-bridge"
+
+
+
+
+

NM_SETTING_OVS_BRIDGE_FAIL_MODE

+
#define NM_SETTING_OVS_BRIDGE_FAIL_MODE             "fail-mode"
+
+
+
+
+

NM_SETTING_OVS_BRIDGE_MCAST_SNOOPING_ENABLE

+
#define NM_SETTING_OVS_BRIDGE_MCAST_SNOOPING_ENABLE "mcast-snooping-enable"
+
+
+
+
+

NM_SETTING_OVS_BRIDGE_RSTP_ENABLE

+
#define NM_SETTING_OVS_BRIDGE_RSTP_ENABLE           "rstp-enable"
+
+
+
+
+

NM_SETTING_OVS_BRIDGE_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"
+
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5