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

Initialize a new bond interface with the given paramters. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_interface_index_t sw_if_index
 
vl_api_interface_index_t bond_sw_if_index
 
bool is_passive
 
bool is_long_timeout
 

Detailed Description

Initialize a new bond interface with the given paramters.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sw_if_index- member sw_if_index
bond_sw_if_index- bond sw_if_index
is_passive- interface does not initiate the lacp protocol, remote must be active speaker
is_long_timeout- 90 seconds vs default 3 seconds neighbor timeout

Definition at line 166 of file bond.api.

Field Documentation

◆ bond_sw_if_index

vl_api_interface_index_t vl_api_bond_add_member_t::bond_sw_if_index

Definition at line 171 of file bond.api.

◆ client_index

u32 vl_api_bond_add_member_t::client_index

Definition at line 168 of file bond.api.

◆ context

u32 vl_api_bond_add_member_t::context

Definition at line 169 of file bond.api.

◆ is_long_timeout

bool vl_api_bond_add_member_t::is_long_timeout

Definition at line 173 of file bond.api.

◆ is_passive

bool vl_api_bond_add_member_t::is_passive

Definition at line 172 of file bond.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_bond_add_member_t::sw_if_index

Definition at line 170 of file bond.api.


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