![]() |
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Set flags of BFD UDP session. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| vl_api_interface_index_t | sw_if_index |
| vl_api_address_t | local_addr |
| vl_api_address_t | peer_addr |
| vl_api_if_status_flags_t | flags |
Set flags of BFD UDP session.
| client_index | - opaque cookie to identify the sender |
| 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 |
| flags | - set the admin state, 1 = up, 0 = down |
| vl_api_if_status_flags_t vl_api_bfd_udp_session_set_flags_t::flags |
| vl_api_address_t vl_api_bfd_udp_session_set_flags_t::local_addr |
| vl_api_address_t vl_api_bfd_udp_session_set_flags_t::peer_addr |
| vl_api_interface_index_t vl_api_bfd_udp_session_set_flags_t::sw_if_index |