FD.io VPP  v19.01.3-6-g70449b9b9
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
 
u32 sw_if_index
 
u32 bond_sw_if_index
 
u8 is_passive
 
u8 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 76 of file bond.api.

Field Documentation

◆ bond_sw_if_index

u32 vl_api_bond_enslave_t::bond_sw_if_index

Definition at line 81 of file bond.api.

◆ client_index

u32 vl_api_bond_enslave_t::client_index

Definition at line 78 of file bond.api.

◆ context

u32 vl_api_bond_enslave_t::context

Definition at line 79 of file bond.api.

◆ is_long_timeout

u8 vl_api_bond_enslave_t::is_long_timeout

Definition at line 83 of file bond.api.

◆ is_passive

u8 vl_api_bond_enslave_t::is_passive

Definition at line 82 of file bond.api.

◆ sw_if_index

u32 vl_api_bond_enslave_t::sw_if_index

Definition at line 80 of file bond.api.


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