FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
VRRP: set unicast peers for a VR. More...
Data Fields | |
u32 | client_index |
u32 | context |
vl_api_interface_index_t | sw_if_index |
u8 | vr_id |
u8 | is_ipv6 |
u8 | n_addrs |
vl_api_address_t | addrs [n_addrs] |
VRRP: set unicast peers for a VR.
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 |
n_addrs | - number of peer addresses |
addrs | - peer addresses |
vl_api_address_t vl_api_vrrp_vr_set_peers_t::addrs[n_addrs] |
vl_api_interface_index_t vl_api_vrrp_vr_set_peers_t::sw_if_index |