FD.io VPP
v18.01.2-1-g9b554f3
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 277 of file lisp_gpe.c.
Format LISP-GPE status.
Definition at line 585 of file lisp_gpe.c.
|
static |
CLI command to add action for native forward.
Definition at line 483 of file lisp_gpe.c.
|
static |
CLI command to set GPE encap.
Definition at line 233 of file lisp_gpe.c.
|
static |
CLI command to show GPE encap.
Definition at line 295 of file lisp_gpe.c.
|
static |
CLI command to show GPE fwd native route path.
Definition at line 395 of file lisp_gpe.c.
void gpe_update_native_fwd_path | ( | u8 | ip_version | ) |
Definition at line 433 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 313 of file lisp_gpe.c.
clib_error_t* lisp_gpe_init | ( | vlib_main_t * | vm | ) |
LISP-GPE init function.
Definition at line 593 of file lisp_gpe.c.
|
static |
Definition at line 636 of file lisp_gpe.c.
|
static |
CLI command to show LISP-GPE interfaces.
Definition at line 358 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 451 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 217 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 349 of file lisp_gpe.c.
vlib_cli_command_t gpe_native_forward_command |
(constructor) VLIB_CLI_COMMAND (gpe_native_forward_command)
Definition at line 575 of file lisp_gpe.c.
|
static |
(constructor) VLIB_CLI_COMMAND (gpe_set_encap_mode_command)
Definition at line 268 of file lisp_gpe.c.
|
static |
(constructor) VLIB_CLI_COMMAND (gpe_show_encap_mode_command)
Definition at line 304 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 425 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 386 of file lisp_gpe.c.
|
static |
(constructor) VLIB_CLI_COMMAND (lisp_test_nsh_command)
Definition at line 711 of file lisp_gpe.c.