FD.io VPP
v17.07.01-10-g3be13f0
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
int | p2p_ethernet_add_del (vlib_main_t *vm, u32 parent_if_index, u8 *client_mac, int is_add) |
static clib_error_t * | vnet_p2p_ethernet_add_del (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
static clib_error_t * | p2p_ethernet_init (vlib_main_t *vm) |
Variables | |
static vlib_cli_command_t | p2p_ethernet_add_del_command |
(constructor) VLIB_CLI_COMMAND (p2p_ethernet_add_del_command) More... | |
int p2p_ethernet_add_del | ( | vlib_main_t * | vm, |
u32 | parent_if_index, | ||
u8 * | client_mac, | ||
int | is_add | ||
) |
|
static |
Definition at line 89 of file p2p_ethernet.c.
|
static |
|
static |
(constructor) VLIB_CLI_COMMAND (p2p_ethernet_add_del_command)
Definition at line 81 of file p2p_ethernet.c.