FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Initialize a new bond interface with the given paramters. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | id |
u8 | use_custom_mac |
u8 | mac_address [6] |
u8 | mode |
u8 | lb |
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 |