FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
src/vnet/bonding

bond add

Summary/usage

bond add <BondEthernetx> <slave-interface> [passive] [long-timeout].

Declaration and implementation

Declaration: enslave_interface_command (src/vnet/bonding/cli.c line 566)

Implementation: enslave_interface_command_fn.

bond del

Summary/usage

bond del <slave-interface>.

Declaration and implementation

Declaration: detach_interface_command (src/vnet/bonding/cli.c line 629)

Implementation: detach_interface_command_fn.

create bond

Summary/usage

create bond mode {round-robin | active-backup | broadcast | {lacp | xor} [load-balance { l2 | l23 | l34 }]} [hw-addr <mac-address>].

Declaration and implementation

Declaration: bond_create_command (src/vnet/bonding/cli.c line 346)

Implementation: bond_create_command_fn.

delete bond

Summary/usage

delete bond {<interface> | sw_if_index <sw_idx>}.

Declaration and implementation

Declaration: bond_delete__command (src/vnet/bonding/cli.c line 394)

Implementation: bond_delete_command_fn.

show bond

Summary/usage

show bond [details].

Declaration and implementation

Declaration: show_bond_command (src/vnet/bonding/cli.c line 722)

Implementation: show_bond_fn.