FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
VRRP: Add or delete a VRRP virtual router. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | is_add |
vl_api_interface_index_t | sw_if_index |
u8 | vr_id |
u8 | priority |
u16 | interval |
vl_api_vrrp_vr_flags_t | flags |
u8 | n_addrs |
vl_api_address_t | addrs [n_addrs] |
VRRP: Add or delete a VRRP virtual router.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_add | - 0 if deleting, != 0 if adding |
sw_if_index | - interface backed up by this vr |
vr_id | - the VR ID advertised by this vr |
priority | - the priority advertised for this vr |
interval | - interval between advertisements in centiseconds |
flags | - bit flags for booleans - preempt, accept, unicast, ipv6 |
n_addrs | - number of addresses being backed up by this vr |
addrs | - the addresses backed up by this vr |
vl_api_interface_index_t vl_api_vrrp_vr_add_del_t::sw_if_index |