NMDeviceBond

NMDeviceBond

Functions

const char * nm_device_bond_get_hw_address ()
gboolean nm_device_bond_get_carrier ()
const GPtrArray * nm_device_bond_get_slaves ()

Types and Values

Description

Functions

nm_device_bond_get_hw_address ()

const char *
nm_device_bond_get_hw_address (NMDeviceBond *device);

nm_device_bond_get_hw_address is deprecated and should not be used in newly-written code.


nm_device_bond_get_carrier ()

gboolean
nm_device_bond_get_carrier (NMDeviceBond *device);

nm_device_bond_get_slaves ()

const GPtrArray *
nm_device_bond_get_slaves (NMDeviceBond *device);

Types and Values

NM_DEVICE_BOND_HW_ADDRESS

#define NM_DEVICE_BOND_HW_ADDRESS "hw-address"

NM_DEVICE_BOND_CARRIER

#define NM_DEVICE_BOND_CARRIER    "carrier"

NM_DEVICE_BOND_SLAVES

#define NM_DEVICE_BOND_SLAVES     "slaves"