![]() |
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Get BFD echo source reply. More...
Data Fields | |
| u32 | context |
| i32 | retval |
| vl_api_interface_index_t | sw_if_index |
| bool | is_set |
| bool | have_usable_ip4 |
| vl_api_ip4_address_t | ip4_addr |
| bool | have_usable_ip6 |
| vl_api_ip6_address_t | ip6_addr |
Get BFD echo source reply.
| context | - sender context, to match reply w/ request |
| retval | - return code |
| sw_if_index | - interface to use as echo source |
| is_set | - non-zero if set |
| have_usable_ip4 | - non-zero if have usable IPv4 address |
| ip4_addr | - IPv4 address |
| have_usable_ip6 | - non-zero if have usable IPv6 address |
| ip6_addr | - IPv6 address |
| vl_api_ip4_address_t vl_api_bfd_udp_get_echo_source_reply_t::ip4_addr |
| vl_api_ip6_address_t vl_api_bfd_udp_get_echo_source_reply_t::ip6_addr |
| vl_api_interface_index_t vl_api_bfd_udp_get_echo_source_reply_t::sw_if_index |