FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vl_api_vrrp_vr_start_stop_t Struct Reference

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
 

Detailed Description

VRRP: start or shutdown the VRRP protocol for a virtual router.

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
is_start- 1 to start VRRP proto on this VR, 0 to shutdown

Definition at line 119 of file vrrp.api.

Field Documentation

◆ client_index

u32 vl_api_vrrp_vr_start_stop_t::client_index

Definition at line 120 of file vrrp.api.

◆ context

u32 vl_api_vrrp_vr_start_stop_t::context

Definition at line 121 of file vrrp.api.

◆ is_ipv6

u8 vl_api_vrrp_vr_start_stop_t::is_ipv6

Definition at line 124 of file vrrp.api.

◆ is_start

u8 vl_api_vrrp_vr_start_stop_t::is_start

Definition at line 125 of file vrrp.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_vrrp_vr_start_stop_t::sw_if_index

Definition at line 122 of file vrrp.api.

◆ vr_id

u8 vl_api_vrrp_vr_start_stop_t::vr_id

Definition at line 123 of file vrrp.api.


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