![]() |
FD.io VPP
v16.09
Vector Packet Processing
|
Loopback Interfaces. More...
Go to the source code of this file.
Variables | |
static vlib_cli_command_t | create_simulated_ethernet_interface_command |
(constructor) VLIB_CLI_COMMAND (create_simulated_ethernet_interface_command) More... | |
static vlib_cli_command_t | create_loopback_interface_command |
(constructor) VLIB_CLI_COMMAND (create_loopback_interface_command) More... | |
static vlib_cli_command_t | delete_simulated_ethernet_interface_command |
(constructor) VLIB_CLI_COMMAND (delete_simulated_ethernet_interface_command) More... | |
static vlib_cli_command_t | delete_loopback_interface_command |
(constructor) VLIB_CLI_COMMAND (delete_loopback_interface_command) More... | |
Loopback Interfaces.
This file contains code to manage loopback interfaces.
Definition in file interface.c.
|
static |
|
static |
void ethernet_delete_interface | ( | vnet_main_t * | vnm, |
u32 | hw_if_index | ||
) |
Definition at line 230 of file interface.c.
ethernet_interface_t* ethernet_get_interface | ( | ethernet_main_t * | em, |
u32 | hw_if_index | ||
) |
Definition at line 515 of file interface.c.
clib_error_t* ethernet_register_interface | ( | vnet_main_t * | vnm, |
u32 | dev_class_index, | ||
u32 | dev_instance, | ||
u8 * | address, | ||
u32 * | hw_if_index_return, | ||
ethernet_flag_change_function_t | flag_change | ||
) |
Definition at line 181 of file interface.c.
u32 ethernet_set_flags | ( | vnet_main_t * | vnm, |
u32 | hw_if_index, | ||
u32 | flags | ||
) |
Definition at line 274 of file interface.c.
|
static |
Definition at line 362 of file interface.c.
|
static |
|
static |
Definition at line 292 of file interface.c.
uword unformat_ethernet_interface | ( | unformat_input_t * | input, |
va_list * | args | ||
) |
Definition at line 160 of file interface.c.
Definition at line 389 of file interface.c.
int vnet_delete_loopback_interface | ( | u32 | sw_if_index | ) |
Definition at line 525 of file interface.c.
VNET_DEVICE_CLASS | ( | ethernet_simulated_device_class | ) |
VNET_HW_INTERFACE_CLASS | ( | ethernet_hw_interface_class | ) |
|
static |
(constructor) VLIB_CLI_COMMAND (create_loopback_interface_command)
Definition at line 507 of file interface.c.
|
static |
(constructor) VLIB_CLI_COMMAND (create_simulated_ethernet_interface_command)
Definition at line 488 of file interface.c.
|
static |
(constructor) VLIB_CLI_COMMAND (delete_loopback_interface_command)
Definition at line 597 of file interface.c.
|
static |
(constructor) VLIB_CLI_COMMAND (delete_simulated_ethernet_interface_command)
Definition at line 579 of file interface.c.