From 1372848511cb896b80b51ed1a3e9606bd9816631 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 10 Feb 2023 11:50:34 +0100 Subject: New upstream version 1.42.0 --- docs/libnm/html/NMSettingOvsInterface.html | 144 ----------------------------- 1 file changed, 144 deletions(-) delete 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 deleted file mode 100644 index acb3fff9..00000000 --- a/docs/libnm/html/NMSettingOvsInterface.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - -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 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/NMSettingOvsInterface.html | 189 +++++++++++++++++++++++++++++ 1 file changed, 189 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..d1d7be22 --- /dev/null +++ b/docs/libnm/html/NMSettingOvsInterface.html @@ -0,0 +1,189 @@ + + + + +NMSettingOvsInterface: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingOvsInterface

+

NMSettingOvsInterface — Describes connection properties for Open vSwitch interfaces.

+
+
+

Functions

+ +
+
+

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

+
+
+
+

nm_setting_ovs_interface_get_ofport_request ()

+
guint32
+nm_setting_ovs_interface_get_ofport_request
+                               (NMSettingOvsInterface *self);
+
+

Parameters

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

self

the NMSettingOvsInterface

 
+
+
+

Returns

+

id of the preassigned ovs port

+
+

Since: 1.42

+
+
+
+

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"
+
+
+
+
+

NM_SETTING_OVS_INTERFACE_OFPORT_REQUEST

+
#define NM_SETTING_OVS_INTERFACE_OFPORT_REQUEST "ofport-request"
+
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5