NMDeviceBond

NMDeviceBond

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── NMObject
        ╰── NMDevice
            ╰── NMDeviceBond

Description

Functions

nm_device_bond_get_hw_address ()

const char *
nm_device_bond_get_hw_address (NMDeviceBond *device);

nm_device_bond_get_hw_address has been deprecated since version 1.24 and should not be used in newly-written code.

Use nm_device_get_hw_address() instead.

Gets the hardware (MAC) address of the NMDeviceBond

[skip]

Parameters

device

a NMDeviceBond

 

Returns

the hardware address. This is the internal string used by the device, and must not be modified.


nm_device_bond_get_carrier ()

gboolean
nm_device_bond_get_carrier (NMDeviceBond *device);

Whether the device has carrier.

Parameters

device

a NMDeviceBond

 

Returns

TRUE if the device has carrier


nm_device_bond_get_slaves ()

const GPtrArray *
nm_device_bond_get_slaves (NMDeviceBond *device);

nm_device_bond_get_slaves has been deprecated since version 1.34 and should not be used in newly-written code.

Use nm_device_get_ports() instead.

Gets the devices currently enslaved to device .

Parameters

device

a NMDeviceBond

 

Returns

the GPtrArray containing NMDevices that are slaves of device . This is the internal copy used by the device, and must not be modified.

[element-type NMDevice]

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"

NMDeviceBond

typedef struct _NMDeviceBond NMDeviceBond;

Property Details

The “carrier” property

  “carrier”                  gboolean

Whether the device has carrier.

Owner: NMDeviceBond

Flags: Read

Default value: FALSE


The “slaves” property

  “slaves”                   GPtrArray *

The devices enslaved to the bond device.

[type GPtrArray(NMDevice)]

Owner: NMDeviceBond

Flags: Read