FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
L2-GRE over IPSec tunnel interface. More...
Go to the source code of this file.
Functions | |
u8 * | format_ipsec_gre_tunnel (u8 *s, va_list *args) |
static clib_error_t * | show_ipsec_gre_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
clib_error_t * | ipsec_gre_interface_init (vlib_main_t *vm) |
int | vnet_ipsec_gre_tunnel_add_del (const ipsec_gre_tunnel_add_del_args_t *a, u32 *sw_if_indexp) |
Add or delete ipsec-gre tunnel interface. More... | |
static clib_error_t * | create_ipsec_gre_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
Variables | |
static vlib_cli_command_t | show_ipsec_gre_tunnel_command |
(constructor) VLIB_CLI_COMMAND (show_ipsec_gre_tunnel_command) More... | |
static vlib_cli_command_t | create_ipsec_gre_tunnel_command |
(constructor) VLIB_CLI_COMMAND (create_ipsec_gre_tunnel_command) More... | |
L2-GRE over IPSec tunnel interface.
Creates ipsec-gre tunnel interface. Provides a command line interface so humans can interact with VPP.
Definition in file interface.c.
|
static |
clib_error_t* ipsec_gre_interface_init | ( | vlib_main_t * | vm | ) |
Definition at line 79 of file interface.c.
|
static |
int vnet_ipsec_gre_tunnel_add_del | ( | const ipsec_gre_tunnel_add_del_args_t * | a, |
u32 * | sw_if_indexp | ||
) |
Add or delete ipsec-gre tunnel interface.
*a | vnet_ipsec_gre_tunnel_add_del_args_t - tunnel interface parameters |
*sw_if_indexp | u32 - software interface index |
VNET_API_ERROR_
Definition at line 94 of file interface.c.
|
static |
(constructor) VLIB_CLI_COMMAND (create_ipsec_gre_tunnel_command)
Definition at line 287 of file interface.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_ipsec_gre_tunnel_command)
Definition at line 71 of file interface.c.