BFD session details structure.
- Template Parameters
-
| 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) |
Definition at line 175 of file bfd.api.