localState property

String? localState
getter/setter pair

The current BFD session state as seen by the transmitting system.

These states are specified in section 4.1 of RFC5880 Possible string values are:

  • "ADMIN_DOWN"
  • "DOWN"
  • "INIT"
  • "STATE_UNSPECIFIED"
  • "UP"

Implementation

core.String? localState;