FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
IPv4 and IPv6 adjacency and lookup table management. More...
Go to the source code of this file.
Variables | |
const ip46_address_t | zero_addr |
#include <vnet/feature/feature.h> More... | |
static vlib_cli_command_t | vlib_cli_ip_command |
(constructor) VLIB_CLI_COMMAND (vlib_cli_ip_command) More... | |
static vlib_cli_command_t | vlib_cli_ip6_command |
(constructor) VLIB_CLI_COMMAND (vlib_cli_ip6_command) More... | |
static vlib_cli_command_t | vlib_cli_show_ip_command |
(constructor) VLIB_CLI_COMMAND (vlib_cli_show_ip_command) More... | |
static vlib_cli_command_t | vlib_cli_show_ip6_command |
(constructor) VLIB_CLI_COMMAND (vlib_cli_show_ip6_command) More... | |
static vlib_cli_command_t | ip_route_command |
(constructor) VLIB_CLI_COMMAND (ip_route_command) More... | |
static vlib_cli_command_t | ip4_table_command |
(constructor) VLIB_CLI_COMMAND (ip4_table_command) More... | |
static vlib_cli_command_t | ip6_table_command |
(constructor) VLIB_CLI_COMMAND (ip6_table_command) More... | |
static vlib_cli_command_t | show_ip4_table_command |
(constructor) VLIB_CLI_COMMAND (show_ip4_table_command) More... | |
static vlib_cli_command_t | show_ip6_table_command |
(constructor) VLIB_CLI_COMMAND (show_ip6_table_command) More... | |
static vlib_cli_command_t | set_interface_ip_table_command |
(constructor) VLIB_CLI_COMMAND (set_interface_ip_table_command) More... | |
static vlib_cli_command_t | set_interface_ip6_table_command |
(constructor) VLIB_CLI_COMMAND (set_interface_ip6_table_command) More... | |
static vlib_cli_command_t | ip_mroute_command |
(constructor) VLIB_CLI_COMMAND (ip_mroute_command) More... | |
IPv4 and IPv6 adjacency and lookup table management.
Definition in file lookup.c.
|
static |
|
static |
void ip_lookup_init | ( | ip_lookup_main_t * | lm, |
u32 | is_ip6 | ||
) |
|
static |
|
static |
|
static |
clib_error_t* vnet_ip4_table_cmd | ( | vlib_main_t * | vm, |
unformat_input_t * | main_input, | ||
vlib_cli_command_t * | cmd | ||
) |
clib_error_t* vnet_ip6_table_cmd | ( | vlib_main_t * | vm, |
unformat_input_t * | main_input, | ||
vlib_cli_command_t * | cmd | ||
) |
clib_error_t* vnet_ip_mroute_cmd | ( | vlib_main_t * | vm, |
unformat_input_t * | main_input, | ||
vlib_cli_command_t * | cmd | ||
) |
|
static |
clib_error_t* vnet_ip_table_cmd | ( | vlib_main_t * | vm, |
unformat_input_t * | main_input, | ||
vlib_cli_command_t * | cmd, | ||
fib_protocol_t | fproto | ||
) |
clib_error_t* vnet_show_ip4_table_cmd | ( | vlib_main_t * | vm, |
unformat_input_t * | main_input, | ||
vlib_cli_command_t * | cmd | ||
) |
clib_error_t* vnet_show_ip6_table_cmd | ( | vlib_main_t * | vm, |
unformat_input_t * | main_input, | ||
vlib_cli_command_t * | cmd | ||
) |
clib_error_t* vnet_show_ip_table_cmd | ( | vlib_main_t * | vm, |
unformat_input_t * | main_input, | ||
vlib_cli_command_t * | cmd, | ||
fib_protocol_t | fproto | ||
) |
VNET_SW_INTERFACE_ADD_DEL_FUNCTION | ( | ip_sw_interface_add_del | ) |
|
static |
(constructor) VLIB_CLI_COMMAND (ip4_table_command)
|
static |
(constructor) VLIB_CLI_COMMAND (ip6_table_command)
|
static |
(constructor) VLIB_CLI_COMMAND (ip_mroute_command)
|
static |
(constructor) VLIB_CLI_COMMAND (ip_route_command)
|
static |
(constructor) VLIB_CLI_COMMAND (set_interface_ip6_table_command)
|
static |
(constructor) VLIB_CLI_COMMAND (set_interface_ip_table_command)
|
static |
(constructor) VLIB_CLI_COMMAND (show_ip4_table_command)
|
static |
(constructor) VLIB_CLI_COMMAND (show_ip6_table_command)
|
static |
|
static |
|
static |
|
static |