FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_bond_enslave_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- slave 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 100 of file bond.api.

Field Documentation

◆ bond_sw_if_index

vl_api_interface_index_t vl_api_bond_enslave_t::bond_sw_if_index

Definition at line 105 of file bond.api.

◆ client_index

u32 vl_api_bond_enslave_t::client_index

Definition at line 102 of file bond.api.

◆ context

u32 vl_api_bond_enslave_t::context

Definition at line 103 of file bond.api.

◆ is_long_timeout

bool vl_api_bond_enslave_t::is_long_timeout

Definition at line 107 of file bond.api.

◆ is_passive

bool vl_api_bond_enslave_t::is_passive

Definition at line 106 of file bond.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_bond_enslave_t::sw_if_index

Definition at line 104 of file bond.api.


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