FD.io VPP
v21.01
Vector Packet Processing
|
VRRP: start or shutdown the VRRP protocol for a virtual router. More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_interface_index_t | sw_if_index |
u8 | vr_id |
u8 | is_ipv6 |
u8 | is_start |
VRRP: start or shutdown the VRRP protocol for a virtual router.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
sw_if_index | - interface ID that VR is backing up |
vr_id | - VR ID |
is_ipv6 | - 1 for IPv6, 0 for IPv4 |
is_start | - 1 to start VRRP proto on this VR, 0 to shutdown |
vl_api_interface_index_t vl_api_vrrp_vr_start_stop_t::sw_if_index |