Go to the source code of this file.
|  | 
| enum | vrrp_vr_flags { VRRP_API_VR_PREEMPT = 0x1, 
VRRP_API_VR_ACCEPT = 0x2, 
VRRP_API_VR_UNICAST = 0x4, 
VRRP_API_VR_IPV6 = 0x8,
 VRRP_VR_PREEMPT = 0x1, 
VRRP_VR_ACCEPT = 0x2, 
VRRP_VR_UNICAST = 0x4, 
VRRP_VR_IPV6 = 0x8
 }
 | 
|  | 
| enum | vrrp_vr_state { VRRP_API_VR_STATE_INIT = 0, 
VRRP_API_VR_STATE_BACKUP, 
VRRP_API_VR_STATE_MASTER, 
VRRP_API_VR_STATE_INTF_DOWN,
 foreach_vrrp_vr_state
 }
 | 
|  | 
◆ vrrp_vr_flags
| Enumerator | 
|---|
| VRRP_API_VR_PREEMPT |  | 
| VRRP_API_VR_ACCEPT |  | 
| VRRP_API_VR_UNICAST |  | 
| VRRP_API_VR_IPV6 |  | 
| VRRP_VR_PREEMPT |  | 
| VRRP_VR_ACCEPT |  | 
| VRRP_VR_UNICAST |  | 
| VRRP_VR_IPV6 |  | 
Definition at line 21 of file vrrp.api.
 
 
◆ vrrp_vr_state
| Enumerator | 
|---|
| VRRP_API_VR_STATE_INIT |  | 
| VRRP_API_VR_STATE_BACKUP |  | 
| VRRP_API_VR_STATE_MASTER |  | 
| VRRP_API_VR_STATE_INTF_DOWN |  | 
| foreach_vrrp_vr_state |  | 
Definition at line 74 of file vrrp.api.
 
 
◆ api
      
        
          | import vnet ethernet ethernet_types api | 
      
 
 
◆ flags
      
        
          | vl_api_vrrp_vr_flags_t flags | 
      
 
 
◆ interval
◆ is_ipv6
◆ mac
◆ master_adv_int
◆ master_down_int
◆ priority
◆ service
Initial value:{
  rpc want_vrrp_vr_events returns want_vrrp_vr_events_reply
void vrrp_vr_event(vrrp_vr_t *vr, vrrp_vr_state_t new_state)
Definition at line 262 of file vrrp.api.
 
 
◆ skew
◆ tracking
      
        
          | vl_api_vrrp_vr_tracking_t tracking | 
      
 
 
◆ version
◆ vr_id
◆ vrrp_vr_conf
Initial value:{
vl_api_interface_index_t sw_if_index
Definition at line 30 of file vrrp.api.
 
 
◆ vrrp_vr_key
Initial value:{
vl_api_interface_index_t sw_if_index
Definition at line 15 of file vrrp.api.
 
 
◆ vrrp_vr_runtime
Initial value:{
  vl_api_vrrp_vr_state_t 
statevl_api_dhcp_client_state_t state
Definition at line 89 of file vrrp.api.
 
 
◆ vrrp_vr_track_if
Initial value:{
vl_api_interface_index_t sw_if_index
VR interface tracking. 
- Template Parameters
- 
  
    | sw_if_index | - the interface index to track (not the VR sw_if_index) |  | priority | - the adjustment to VR priority if intf is down |  
 
Definition at line 185 of file vrrp.api.
 
 
◆ vrrp_vr_tracking
Initial value:
Definition at line 83 of file vrrp.api.