Gjsify LogoGjsify Logo

Enumeration DeviceInterfaceFlags

Flags for a network interface.

bitfield

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.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method