Go to the source code of this file.
|
static int | lisp_gpe_rewrite (lisp_gpe_tunnel_t *t) |
|
static u32 | add_del_ip_tunnel (vnet_lisp_gpe_add_del_fwd_entry_args_t *a, u32 *tun_index_res) |
|
static int | add_del_negative_fwd_entry (lisp_gpe_main_t *lgm, vnet_lisp_gpe_add_del_fwd_entry_args_t *a) |
|
int | vnet_lisp_gpe_add_del_fwd_entry (vnet_lisp_gpe_add_del_fwd_entry_args_t *a, u32 *hw_if_indexp) |
|
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) |
|
static u8 * | format_decap_next (u8 *s, va_list *args) |
|
u8 * | format_lisp_gpe_tunnel (u8 *s, va_list *args) |
|
static clib_error_t * | show_lisp_gpe_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
u8 | vnet_lisp_gpe_enable_disable_status (void) |
|
clib_error_t * | vnet_lisp_gpe_enable_disable (vnet_lisp_gpe_enable_disable_args_t *a) |
|
static clib_error_t * | lisp_gpe_enable_disable_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
clib_error_t * | lisp_gpe_init (vlib_main_t *vm) |
|
u8 * | format_vnet_lisp_gpe_status (u8 *s, va_list *args) |
|
#define foreach_copy_field |
Value:_(encap_fib_index) \
_(decap_fib_index) \
_(decap_next_index) \
_(vni)
Definition at line 94 of file lisp_gpe.c.
static u8* format_decap_next |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
u8* format_lisp_gpe_tunnel |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
u8* format_vnet_lisp_gpe_status |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
u8 vnet_lisp_gpe_enable_disable_status |
( |
void |
| ) |
|
Initial value:= {
.path = "lisp gpe",
.short_help = "lisp gpe [enable|disable]",
}
static clib_error_t * lisp_gpe_enable_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (enable_disable_lisp_gpe_command)
Definition at line 543 of file lisp_gpe.c.
Initial value:= {
.path = "lisp gpe maptunnel",
.short_help = "lisp gpe maptunnel eid <eid> sloc <src-locator> "
"dloc <dst-locator> [del]",
}
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)
(constructor) VLIB_CLI_COMMAND (lisp_gpe_add_del_fwd_entry_command)
Definition at line 357 of file lisp_gpe.c.
Initial value:= {
.path = "show lisp gpe tunnel",
}
static clib_error_t * show_lisp_gpe_tunnel_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_lisp_gpe_tunnel_command)
Definition at line 430 of file lisp_gpe.c.