FD.io VPP
v19.01.2-3-gf61a1a8
Vector Packet Processing
|
BFD session details structure. More...
Data Fields | |
u32 | context |
u32 | sw_if_index |
u8 | local_addr [16] |
u8 | peer_addr [16] |
u8 | is_ipv6 |
u8 | state |
u8 | is_authenticated |
u8 | bfd_key_id |
u32 | conf_key_id |
u32 | required_min_rx |
u32 | desired_min_tx |
u8 | detect_mult |
BFD session details structure.
context | - sender context, to match reply w/ request |
sw_if_index | - sw index of the interface |
local_addr | - local address |
peer_addr | - peer address |
is_ipv6 | - local_addr, peer_addr are IPv6 if non-zero, otherwise IPv4 |
state | - session state |
is_authenticated | - non-zero if authentication in-use, zero otherwise |
bfd_key_id | - ID of key currently in-use if auth is on |
conf_key_id | - configured key ID for this session |
required_min_rx | - required min receive interval (microseconds) |
desired_min_tx | - desired min transmit interval (microseconds) |
detect_mult | - detect multiplier (# of packets missed before connection goes down) |