NMSettingBondPort
NMSettingBondPort — Describes connection properties for bond ports
|
|
Description
The NMSettingBondPort object is a NMSetting subclass that describes
optional properties that apply to bond ports.
Functions
nm_setting_bond_port_new ()
NMSetting *
nm_setting_bond_port_new (void
);
Creates a new NMSettingBondPort object with default values.
Returns
the new empty NMSettingBondPort object.
[transfer full]
Since: 1.34
nm_setting_bond_port_get_queue_id ()
guint32
nm_setting_bond_port_get_queue_id (NMSettingBondPort *setting
);
Returns
the “queue_id” property of the setting
Since: 1.34
Types and Values
NM_SETTING_BOND_PORT_SETTING_NAME
#define NM_SETTING_BOND_PORT_SETTING_NAME "bond-port"
NM_SETTING_BOND_PORT_QUEUE_ID
#define NM_SETTING_BOND_PORT_QUEUE_ID "queue-id"