From caf1db9d6fbc056cc6c76a24574890f6c7895f3d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 25 Jul 2018 13:12:18 +0200 Subject: New upstream version 1.12.2 --- docs/libnm/html/NMSettingOvsInterface.html | 144 +++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 docs/libnm/html/NMSettingOvsInterface.html (limited to 'docs/libnm/html/NMSettingOvsInterface.html') diff --git a/docs/libnm/html/NMSettingOvsInterface.html b/docs/libnm/html/NMSettingOvsInterface.html new file mode 100644 index 00000000..16bae4ad --- /dev/null +++ b/docs/libnm/html/NMSettingOvsInterface.html @@ -0,0 +1,144 @@ + + + + +NMSettingOvsInterface: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingOvsInterface

+

NMSettingOvsInterface — Describes connection properties for Open vSwitch interfaces.

+
+
+

Functions

+
++++ + + + + + + + + + + +
+NMSetting * + +nm_setting_ovs_interface_new () +
const char * + +nm_setting_ovs_interface_get_interface_type () +
+
+
+

Types and Values

+ +
+
+

Description

+

The NMSettingOvsInterface object is a NMSetting subclass that describes properties +necessary for Open vSwitch interfaces.

+
+
+

Functions

+
+

nm_setting_ovs_interface_new ()

+
NMSetting *
+nm_setting_ovs_interface_new (void);
+

Creates a new NMSettingOvsInterface object with default values.

+
+

Returns

+

the new empty NMSettingOvsInterface object.

+

[transfer full]

+
+

Since: 1.10

+
+
+
+

nm_setting_ovs_interface_get_interface_type ()

+
const char *
+nm_setting_ovs_interface_get_interface_type
+                               (NMSettingOvsInterface *self);
+
+

Parameters

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

self

the NMSettingOvsInterface

 
+
+
+

Returns

+

the “type” property of the setting

+
+

Since: 1.10

+
+
+
+

Types and Values

+
+

NM_SETTING_OVS_INTERFACE_SETTING_NAME

+
#define NM_SETTING_OVS_INTERFACE_SETTING_NAME "ovs-interface"
+
+
+
+
+

NM_SETTING_OVS_INTERFACE_TYPE

+
#define NM_SETTING_OVS_INTERFACE_TYPE         "type"
+
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5