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 |
u32 | id |
bool | use_custom_mac |
vl_api_mac_address_t | mac_address |
vl_api_bond_mode_t | mode |
vl_api_bond_lb_algo_t | lb |
bool | numa_only |
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 |
id | - if non-~0, specifies a custom interface ID |
use_custom_mac | - if set, mac_address is valid |
mac_address | - mac addr to assign to the interface if use_custom_mac is set |
mode | - mode, required (1=round-robin, 2=active-backup, 3=xor, 4=broadcastcast, 5=lacp) |
lb | - load balance, optional (0=l2, 1=l34, 2=l23) valid for xor and lacp modes. Otherwise ignored |
numa_only | - if numa_only is set, pkts will be transmitted by LAG members on local numa node only if have at least one, otherwise it works as usual. |