FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
This file defines vpe control-plane API messages for the bonding device driver. More...
Go to the source code of this file.
Data Structures | |
struct | vl_api_bond_create_t |
Initialize a new bond interface with the given paramters. More... | |
struct | vl_api_bond_create_reply_t |
Reply for bond create reply. More... | |
struct | vl_api_bond_delete_t |
Delete bond interface. More... | |
struct | vl_api_bond_enslave_t |
Initialize a new bond interface with the given paramters. More... | |
struct | vl_api_bond_enslave_reply_t |
Reply for bond enslave reply. More... | |
struct | vl_api_bond_detach_slave_t |
bond detach slave More... | |
struct | vl_api_sw_interface_bond_dump_t |
Dump bond interfaces request. More... | |
struct | vl_api_sw_interface_bond_details_t |
Reply for bond dump request. More... | |
struct | vl_api_sw_interface_slave_dump_t |
bond slave dump More... | |
struct | vl_api_sw_interface_slave_details_t |
Reply for slave dump request. More... | |
struct | vl_api_sw_interface_set_bond_weight_t |
Interface set bond weight. More... | |
Enumerations | |
enum | bond_mode { BOND_API_MODE_ROUND_ROBIN = 1, BOND_API_MODE_ACTIVE_BACKUP = 2, BOND_API_MODE_XOR = 3, BOND_API_MODE_BROADCAST = 4, BOND_API_MODE_LACP = 5 } |
enum | bond_lb_algo { BOND_API_LB_ALGO_L2 = 0, BOND_API_LB_ALGO_L34 = 1, BOND_API_LB_ALGO_L23 = 2, BOND_API_LB_ALGO_RR = 3, BOND_API_LB_ALGO_BC = 4, BOND_API_LB_ALGO_AB = 5 } |
Variables | |
option | version = "2.0.0" |
import vnet interface_types | api |
This file defines vpe control-plane API messages for the bonding device driver.
Definition in file bond.api.
enum bond_lb_algo |
enum bond_mode |