FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
Common utility functions for IPv4, IPv6 and L2 LISP-GPE tunnels. More...
Go to the source code of this file.
Functions | |
static clib_error_t * | lisp_gpe_add_del_fwd_entry_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
CLI command to add/del forwarding entry. More... | |
u8 | vnet_lisp_gpe_enable_disable_status (void) |
Check if LISP-GPE is enabled. More... | |
clib_error_t * | vnet_lisp_gpe_enable_disable (vnet_lisp_gpe_enable_disable_args_t *a) |
Enable/disable LISP-GPE. More... | |
static clib_error_t * | lisp_gpe_enable_disable_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
CLI command to enable/disable LISP-GPE. More... | |
static clib_error_t * | lisp_show_iface_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
CLI command to show LISP-GPE interfaces. More... | |
u8 * | format_vnet_lisp_gpe_status (u8 *s, va_list *args) |
Format LISP-GPE status. More... | |
clib_error_t * | lisp_gpe_init (vlib_main_t *vm) |
LISP-GPE init function. More... | |
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 | 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 LISP-GPE status.
Definition at line 282 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 207 of file lisp_gpe.c.
clib_error_t* lisp_gpe_init | ( | vlib_main_t * | vm | ) |
LISP-GPE init function.
Definition at line 291 of file lisp_gpe.c.
|
static |
CLI command to show LISP-GPE interfaces.
Definition at line 245 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 183 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 174 of file lisp_gpe.c.
|
static |
(constructor) VLIB_CLI_COMMAND (enable_disable_lisp_gpe_command)
Definition at line 236 of file lisp_gpe.c.
|
static |
(constructor) VLIB_CLI_COMMAND (lisp_gpe_add_del_fwd_entry_command)
Definition at line 163 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 273 of file lisp_gpe.c.