Top |
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 () |
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.
NMSetting *
nm_setting_ovs_other_config_new (void
);
Creates a new NMSettingOvsOtherConfig object with default values.
Since: 1.42
const char *const * nm_setting_ovs_other_config_get_data_keys (NMSettingOvsOtherConfig *setting
,guint *out_len
);
a
NULL
-terminated array containing each key from the table.
[array length=out_len][transfer none]
Since: 1.42
const char * nm_setting_ovs_other_config_get_data (NMSettingOvsOtherConfig *setting
,const char *key
);
Since: 1.42
void nm_setting_ovs_other_config_set_data (NMSettingOvsOtherConfig *setting
,const char *key
,const char *val
);
setting |
the NMSettingOvsOtherConfig instance |
|
key |
the key to set |
|
val |
the value to set or |
[nullable] |
Since: 1.42