FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Set flags of BFD UDP session. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | sw_if_index |
u8 | local_addr [16] |
u8 | peer_addr [16] |
u8 | is_ipv6 |
u8 | admin_up_down |
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 |
admin_up_down | - set the admin state, 1 = up, 0 = down |