FD.io VPP  v21.06
Vector Packet Processing
vl_api_vrrp_vr_set_peers_t Struct Reference

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]
 

Detailed Description

VRRP: set unicast peers for a VR.

Template Parameters
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

Definition at line 137 of file vrrp.api.

Field Documentation

◆ addrs

vl_api_address_t vl_api_vrrp_vr_set_peers_t::addrs[n_addrs]

Definition at line 144 of file vrrp.api.

◆ client_index

u32 vl_api_vrrp_vr_set_peers_t::client_index

Definition at line 138 of file vrrp.api.

◆ context

u32 vl_api_vrrp_vr_set_peers_t::context

Definition at line 139 of file vrrp.api.

◆ is_ipv6

u8 vl_api_vrrp_vr_set_peers_t::is_ipv6

Definition at line 142 of file vrrp.api.

◆ n_addrs

u8 vl_api_vrrp_vr_set_peers_t::n_addrs

Definition at line 143 of file vrrp.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_vrrp_vr_set_peers_t::sw_if_index

Definition at line 140 of file vrrp.api.

◆ vr_id

u8 vl_api_vrrp_vr_set_peers_t::vr_id

Definition at line 141 of file vrrp.api.


The documentation for this struct was generated from the following file: