FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Common utility functions for IPv4, IPv6 and L2 LISP-GPE tunnels. More...
Go to the source code of this file.
Variables | |
lisp_gpe_main_t | lisp_gpe_main |
LISP-GPE global state. More... | |
static vlib_cli_command_t | lisp_gpe_add_del_fwd_entry_command |
(constructor) VLIB_CLI_COMMAND (lisp_gpe_add_del_fwd_entry_command) More... | |
static vlib_cli_command_t | gpe_set_encap_mode_command |
(constructor) VLIB_CLI_COMMAND (gpe_set_encap_mode_command) More... | |
static vlib_cli_command_t | gpe_show_encap_mode_command |
(constructor) VLIB_CLI_COMMAND (gpe_show_encap_mode_command) More... | |
static vlib_cli_command_t | enable_disable_lisp_gpe_command |
(constructor) VLIB_CLI_COMMAND (enable_disable_lisp_gpe_command) More... | |
vlib_cli_command_t | lisp_show_iface_command |
(constructor) VLIB_CLI_COMMAND (lisp_show_iface_command) More... | |
vlib_cli_command_t | gpe_show_native_fwd_rpath_command |
(constructor) VLIB_CLI_COMMAND (gpe_show_native_fwd_rpath_command) More... | |
vlib_cli_command_t | gpe_native_forward_command |
(constructor) VLIB_CLI_COMMAND (gpe_native_forward_command) More... | |
static vlib_cli_command_t | lisp_test_nsh_command |
(constructor) VLIB_CLI_COMMAND (lisp_test_nsh_command) More... | |
Common utility functions for IPv4, IPv6 and L2 LISP-GPE tunnels.
Definition in file lisp_gpe.c.
Format GPE encap mode.
Definition at line 284 of file lisp_gpe.c.
Format LISP-GPE status.
Definition at line 592 of file lisp_gpe.c.
|
static |
CLI command to add action for native forward.
Definition at line 490 of file lisp_gpe.c.
|
static |
CLI command to set GPE encap.
Definition at line 240 of file lisp_gpe.c.
|
static |
CLI command to show GPE encap.
Definition at line 302 of file lisp_gpe.c.
|
static |
CLI command to show GPE fwd native route path.
Definition at line 402 of file lisp_gpe.c.
void gpe_update_native_fwd_path | ( | u8 | ip_version | ) |
Definition at line 440 of file lisp_gpe.c.
|
static |
CLI command to add/del forwarding entry.
Definition at line 35 of file lisp_gpe.c.
|
static |
CLI command to enable/disable LISP-GPE.
Definition at line 320 of file lisp_gpe.c.
clib_error_t* lisp_gpe_init | ( | vlib_main_t * | vm | ) |
LISP-GPE init function.
Definition at line 600 of file lisp_gpe.c.
|
static |
Definition at line 638 of file lisp_gpe.c.
|
static |
CLI command to show LISP-GPE interfaces.
Definition at line 365 of file lisp_gpe.c.
|
static |
int vnet_gpe_add_del_native_fwd_rpath | ( | vnet_gpe_native_fwd_rpath_args_t * | a | ) |
Definition at line 458 of file lisp_gpe.c.
gpe_encap_mode_t vnet_gpe_get_encap_mode | ( | void | ) |
int vnet_gpe_set_encap_mode | ( | gpe_encap_mode_t | mode | ) |
Set GPE encapsulation mode.
Definition at line 224 of file lisp_gpe.c.
clib_error_t* vnet_lisp_gpe_enable_disable | ( | vnet_lisp_gpe_enable_disable_args_t * | a | ) |
Enable/disable LISP-GPE.
Definition at line 193 of file lisp_gpe.c.
u8 vnet_lisp_gpe_enable_disable_status | ( | void | ) |
Check if LISP-GPE is enabled.
Read LISP-GPE status.
Definition at line 184 of file lisp_gpe.c.
|
static |
(constructor) VLIB_CLI_COMMAND (enable_disable_lisp_gpe_command)
Definition at line 356 of file lisp_gpe.c.
vlib_cli_command_t gpe_native_forward_command |
(constructor) VLIB_CLI_COMMAND (gpe_native_forward_command)
Definition at line 582 of file lisp_gpe.c.
|
static |
(constructor) VLIB_CLI_COMMAND (gpe_set_encap_mode_command)
Definition at line 275 of file lisp_gpe.c.
|
static |
(constructor) VLIB_CLI_COMMAND (gpe_show_encap_mode_command)
Definition at line 311 of file lisp_gpe.c.
vlib_cli_command_t gpe_show_native_fwd_rpath_command |
(constructor) VLIB_CLI_COMMAND (gpe_show_native_fwd_rpath_command)
Definition at line 432 of file lisp_gpe.c.
|
static |
(constructor) VLIB_CLI_COMMAND (lisp_gpe_add_del_fwd_entry_command)
Definition at line 173 of file lisp_gpe.c.
LISP-GPE global state.
Definition at line 30 of file lisp_gpe.c.
vlib_cli_command_t lisp_show_iface_command |
(constructor) VLIB_CLI_COMMAND (lisp_show_iface_command)
Definition at line 393 of file lisp_gpe.c.
|
static |
(constructor) VLIB_CLI_COMMAND (lisp_test_nsh_command)
Definition at line 713 of file lisp_gpe.c.