Enumeration (GI Flags)

NM-1.0NMDeviceInterfaceFlagsSince 1.22

Flags for a network interface.

1.22

Index

Enumeration Members

CARRIER: number

the interface has carrier. In most cases this is equal to the value of NM_DEVICE_INTERFACE_FLAG_LOWER_UP. However some devices have a non-standard carrier detection mechanism.

LLDP_CLIENT_ENABLED: number

the flag to indicate device LLDP status. Since: 1.32.

LOWER_UP: number

the physical link is up. Corresponds to kernel IFF_LOWER_UP.

PROMISC: number

receive all packets. Corresponds to kernel IFF_PROMISC. Since: 1.32.

UP: number

the interface is enabled from the administrative point of view. Corresponds to kernel IFF_UP.