FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
vl_api_sw_member_interface_details_t Struct Reference

Reply for member 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 member dump request.

Template Parameters
sw_if_index- software index of member 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 member interface is local numa
weight- the weight for the member interface (active-backup mode only)

Definition at line 325 of file bond.api.

Field Documentation

◆ context

u32 vl_api_sw_member_interface_details_t::context

Definition at line 327 of file bond.api.

◆ interface_name

string vl_api_sw_member_interface_details_t::interface_name[64]

Definition at line 329 of file bond.api.

◆ is_local_numa

bool vl_api_sw_member_interface_details_t::is_local_numa

Definition at line 332 of file bond.api.

◆ is_long_timeout

bool vl_api_sw_member_interface_details_t::is_long_timeout

Definition at line 331 of file bond.api.

◆ is_passive

bool vl_api_sw_member_interface_details_t::is_passive

Definition at line 330 of file bond.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_sw_member_interface_details_t::sw_if_index

Definition at line 328 of file bond.api.

◆ weight

u32 vl_api_sw_member_interface_details_t::weight

Definition at line 333 of file bond.api.


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