nm-setting-ovs-interface
nm-setting-ovs-interface — Describes connection properties for Open vSwitch interfaces.
|
|
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
);
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"