FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
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 |
Initialize a new bond interface with the given paramters.
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 |
vl_api_interface_index_t vl_api_bond_enslave_t::bond_sw_if_index |
vl_api_interface_index_t vl_api_bond_enslave_t::sw_if_index |