Go to the source code of this file.
|
static clib_error_t * | create_ipip_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | delete_ipip_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static u8 * | format_ipip_tunnel (u8 *s, va_list *args) |
|
static clib_error_t * | show_ipip_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static u8 * | format_ipip_tunnel_key (u8 *s, va_list *args) |
|
static clib_error_t * | ipip_tunnel_hash_show (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | create_sixrd_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | delete_sixrd_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
◆ create_ipip_tunnel_command_fn()
◆ create_sixrd_tunnel_command_fn()
◆ delete_ipip_tunnel_command_fn()
◆ delete_sixrd_tunnel_command_fn()
◆ format_ipip_tunnel()
static u8* format_ipip_tunnel |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_ipip_tunnel_key()
static u8* format_ipip_tunnel_key |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ ipip_tunnel_hash_show()
◆ show_ipip_tunnel_command_fn()
◆ create_ipip_tunnel_command
Initial value:= {
.path = "create ipip tunnel",
.short_help = "create ipip tunnel src <addr> dst <addr> [instance <n>] "
"[outer-table-id <ID>] [p2mp]",
}
(constructor) VLIB_CLI_COMMAND (create_ipip_tunnel_command)
Definition at line 201 of file ipip_cli.c.
◆ create_sixrd_tunnel_command
Initial value:= {
.path = "create 6rd tunnel",
.short_help = "create 6rd tunnel ip6-pfx <ip6-pfx> ip4-pfx <ip4-pfx> "
"ip4-src <ip4-addr> ip4-table-id <ID> ip6-table-id <ID> "
"[security-check]",
}
(constructor) VLIB_CLI_COMMAND (create_sixrd_tunnel_command)
Definition at line 468 of file ipip_cli.c.
◆ delete_ipip_tunnel_command
Initial value:= {
.path = "delete ipip tunnel",
.short_help = "delete ipip tunnel sw_if_index <sw_if_index>",
}
(constructor) VLIB_CLI_COMMAND (delete_ipip_tunnel_command)
Definition at line 207 of file ipip_cli.c.
◆ delete_sixrd_tunnel_command
Initial value:= {
.path = "delete 6rd tunnel",
.short_help = "delete 6rd tunnel sw_if_index <sw_if_index>",
}
(constructor) VLIB_CLI_COMMAND (delete_sixrd_tunnel_command)
Definition at line 475 of file ipip_cli.c.
◆ ipip_tunnel_hash_show_node
Initial value:=
{
.path = "show ipip tunnel-hash",
.short_help = "show ipip tunnel-hash",
}
show IPSEC tunnel protection hash tables
(constructor) VLIB_CLI_COMMAND (ipip_tunnel_hash_show_node)
Definition at line 335 of file ipip_cli.c.
◆ show_ipip_tunnel_command
Initial value:= {
.path = "show ipip tunnel",
}
(constructor) VLIB_CLI_COMMAND (show_ipip_tunnel_command)
Definition at line 294 of file ipip_cli.c.