FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
BFD session details structure. More...
Data Fields | |
u32 | context |
u32 | bs_index |
u32 | sw_if_index |
u8 | local_addr [16] |
u8 | peer_addr [16] |
u8 | is_ipv6 |
u8 | state |
BFD session details structure.
context | - sender context, to match reply w/ request |
bs_index | - index of the session |
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 |