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/NMSettingOvsOtherConfig.html | 244 +++++++++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 docs/libnm/html/NMSettingOvsOtherConfig.html (limited to 'docs/libnm/html/NMSettingOvsOtherConfig.html') diff --git a/docs/libnm/html/NMSettingOvsOtherConfig.html b/docs/libnm/html/NMSettingOvsOtherConfig.html new file mode 100644 index 00000000..a9128613 --- /dev/null +++ b/docs/libnm/html/NMSettingOvsOtherConfig.html @@ -0,0 +1,244 @@ + + + + +NMSettingOvsOtherConfig: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingOvsOtherConfig

+

NMSettingOvsOtherConfig — Other-config settings for OVS

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + +
+NMSetting * + +nm_setting_ovs_other_config_new () +
const char *const * + +nm_setting_ovs_other_config_get_data_keys () +
const char * + +nm_setting_ovs_other_config_get_data () +
+void + +nm_setting_ovs_other_config_set_data () +
+
+
+

Types and Values

+ +
+
+

Description

+

The NMSettingOvsOtherConfig object is a NMSetting subclass that allows to +configure other_config settings for OVS. See also "other_config" in the +"ovs-vswitchd.conf.db" manual for the keys that OVS supports.

+
+
+

Functions

+
+

nm_setting_ovs_other_config_new ()

+
NMSetting *
+nm_setting_ovs_other_config_new (void);
+

Creates a new NMSettingOvsOtherConfig object with default values.

+
+

Returns

+

the new empty +NMSettingOvsOtherConfig object.

+

[transfer full][type NMSettingOvsOtherConfig]

+
+

Since: 1.42

+
+
+
+

nm_setting_ovs_other_config_get_data_keys ()

+
const char *const *
+nm_setting_ovs_other_config_get_data_keys
+                               (NMSettingOvsOtherConfig *setting,
+                                guint *out_len);
+
+

Parameters

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

setting

the NMSettingOvsOtherConfig

 

out_len

the length of the returned array.

[out]
+
+
+

Returns

+

a +NULL-terminated array containing each key from the table.

+

[array length=out_len][transfer none]

+
+

Since: 1.42

+
+
+
+

nm_setting_ovs_other_config_get_data ()

+
const char *
+nm_setting_ovs_other_config_get_data (NMSettingOvsOtherConfig *setting,
+                                      const char *key);
+
+

Parameters

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

setting

the NMSettingOvsOtherConfig instance

 

key

the other-config to lookup

 
+
+
+

Returns

+

the value associated with key +or NULL if no such +value exists.

+

[transfer none]

+
+

Since: 1.42

+
+
+
+

nm_setting_ovs_other_config_set_data ()

+
void
+nm_setting_ovs_other_config_set_data (NMSettingOvsOtherConfig *setting,
+                                      const char *key,
+                                      const char *val);
+
+

Parameters

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

setting

the NMSettingOvsOtherConfig instance

 

key

the key to set

 

val

the value to set or NULL to clear a key.

[allow-none]
+
+

Since: 1.42

+
+
+
+

Types and Values

+
+

NM_SETTING_OVS_OTHER_CONFIG_SETTING_NAME

+
#define NM_SETTING_OVS_OTHER_CONFIG_SETTING_NAME "ovs-other-config"
+
+
+
+
+

NM_SETTING_OVS_OTHER_CONFIG_DATA

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