FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_sw_interface_slave_details_t Struct Reference

Reply for slave dump request. More...

Data Fields

u32 context
 
vl_api_interface_index_t sw_if_index
 
string interface_name [64]
 
bool is_passive
 
bool is_long_timeout
 
bool is_local_numa
 
u32 weight
 

Detailed Description

Reply for slave dump request.

Template Parameters
sw_if_index- software index of slave interface
interface_name- name of interface
is_passve- interface does not initiate the lacp protocol, remote must be active speaker
is_long_timeout- 90 seconds vs default 3 seconds neighbor timeout
is_local_numa- the slave interface is local numa
weight- the weight for the slave interface (active-backup mode only)

Definition at line 182 of file bond.api.

Field Documentation

◆ context

u32 vl_api_sw_interface_slave_details_t::context

Definition at line 184 of file bond.api.

◆ interface_name

string vl_api_sw_interface_slave_details_t::interface_name[64]

Definition at line 186 of file bond.api.

◆ is_local_numa

bool vl_api_sw_interface_slave_details_t::is_local_numa

Definition at line 189 of file bond.api.

◆ is_long_timeout

bool vl_api_sw_interface_slave_details_t::is_long_timeout

Definition at line 188 of file bond.api.

◆ is_passive

bool vl_api_sw_interface_slave_details_t::is_passive

Definition at line 187 of file bond.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_sw_interface_slave_details_t::sw_if_index

Definition at line 185 of file bond.api.

◆ weight

u32 vl_api_sw_interface_slave_details_t::weight

Definition at line 190 of file bond.api.


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