FD.io VPP
v17.04-9-g99c0734
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... | |
Common utility functions for IPv4, IPv6 and L2 LISP-GPE tunnels.
Definition in file lisp_gpe.c.
Format GPE encap mode.
Definition at line 274 of file lisp_gpe.c.
Format LISP-GPE status.
Definition at line 392 of file lisp_gpe.c.
|
static |
CLI command to set GPE encap.
Definition at line 230 of file lisp_gpe.c.
|
static |
CLI command to show GPE encap.
Definition at line 292 of file lisp_gpe.c.
|
static |
CLI command to add/del forwarding entry.
Definition at line 32 of file lisp_gpe.c.
|
static |
CLI command to enable/disable LISP-GPE.
Definition at line 310 of file lisp_gpe.c.
clib_error_t* lisp_gpe_init | ( | vlib_main_t * | vm | ) |
LISP-GPE init function.
Definition at line 400 of file lisp_gpe.c.
|
static |
CLI command to show LISP-GPE interfaces.
Definition at line 355 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 214 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 190 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 181 of file lisp_gpe.c.
|
static |
(constructor) VLIB_CLI_COMMAND (enable_disable_lisp_gpe_command)
Definition at line 346 of file lisp_gpe.c.
|
static |
(constructor) VLIB_CLI_COMMAND (gpe_set_encap_mode_command)
Definition at line 265 of file lisp_gpe.c.
|
static |
(constructor) VLIB_CLI_COMMAND (gpe_show_encap_mode_command)
Definition at line 301 of file lisp_gpe.c.
|
static |
(constructor) VLIB_CLI_COMMAND (lisp_gpe_add_del_fwd_entry_command)
Definition at line 170 of file lisp_gpe.c.
LISP-GPE global state.
Definition at line 27 of file lisp_gpe.c.
vlib_cli_command_t lisp_show_iface_command |
(constructor) VLIB_CLI_COMMAND (lisp_show_iface_command)
Definition at line 383 of file lisp_gpe.c.