Go to the source code of this file.
◆ foreach_bond_api_msg
#define foreach_bond_api_msg |
Value:_(BOND_CREATE, bond_create) \
_(BOND_DELETE, bond_delete) \
_(SW_INTERFACE_SET_BOND_WEIGHT, sw_interface_set_bond_weight) \
_(SW_INTERFACE_BOND_DUMP, sw_interface_bond_dump)\
_(SW_INTERFACE_SLAVE_DUMP, sw_interface_slave_dump)
void bond_enslave(vlib_main_t *vm, bond_enslave_args_t *args)
void bond_detach_slave(vlib_main_t *vm, bond_detach_slave_args_t *args)
Definition at line 47 of file bond_api.c.
◆ vl_endianfun
#define vl_endianfun /* define message structures */ |
◆ vl_msg_name_crc_list
#define vl_msg_name_crc_list |
◆ vl_print
◆ vl_printfun
◆ vl_typedefs
#define vl_typedefs /* define message structures */ |
◆ bond_api_hookup()
◆ bond_send_sw_interface_details()
◆ bond_send_sw_interface_slave_details()
◆ bond_setup_message_id_table()
static void bond_setup_message_id_table |
( |
api_main_t * |
am | ) |
|
|
static |
◆ vl_api_bond_create_t_handler()
◆ vl_api_bond_delete_t_handler()
◆ vl_api_bond_detach_slave_t_handler()
◆ vl_api_bond_enslave_t_handler()
◆ vl_api_sw_interface_bond_dump_t_handler()
◆ vl_api_sw_interface_set_bond_weight_t_handler()
◆ vl_api_sw_interface_slave_dump_t_handler()
◆ VLIB_API_INIT_FUNCTION()