DeviceInterfaceFlags
Description:
[ CCode ( cprefix = "NM_DEVICE_INTERFACE_FLAG_" , type_id = "nm_device_interface_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "1.22" ) ]
public enum DeviceInterfaceFlags
Flags for a network interface.
Content:
Enum values:
- CARRIER - the interface has
carrier.
- LLDP_CLIENT_ENABLED -
the flag to indicate device LLDP status.
- LOWER_UP - the physical link is
up.
- PROMISC - receive all packets.
- UP - the interface is enabled from the
administrative point of view.