FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
ipip_cli.c File Reference
+ Include dependency graph for ipip_cli.c:

Go to the source code of this file.

Functions

static clib_error_tcreate_ipip_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tdelete_ipip_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static u8format_ipip_tunnel (u8 *s, va_list *args)
 
static clib_error_tshow_ipip_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tcreate_sixrd_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tdelete_sixrd_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

static vlib_cli_command_t create_ipip_tunnel_command
 (constructor) VLIB_CLI_COMMAND (create_ipip_tunnel_command) More...
 
static vlib_cli_command_t delete_ipip_tunnel_command
 (constructor) VLIB_CLI_COMMAND (delete_ipip_tunnel_command) More...
 
static vlib_cli_command_t show_ipip_tunnel_command
 (constructor) VLIB_CLI_COMMAND (show_ipip_tunnel_command) More...
 
static vlib_cli_command_t create_sixrd_tunnel_command
 (constructor) VLIB_CLI_COMMAND (create_sixrd_tunnel_command) More...
 
static vlib_cli_command_t delete_sixrd_tunnel_command
 (constructor) VLIB_CLI_COMMAND (delete_sixrd_tunnel_command) More...
 

Function Documentation

static clib_error_t* create_ipip_tunnel_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 21 of file ipip_cli.c.

+ Here is the call graph for this function:

static clib_error_t* create_sixrd_tunnel_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 234 of file ipip_cli.c.

+ Here is the call graph for this function:

static clib_error_t* delete_ipip_tunnel_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 117 of file ipip_cli.c.

+ Here is the call graph for this function:

static clib_error_t* delete_sixrd_tunnel_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 309 of file ipip_cli.c.

+ Here is the call graph for this function:

static u8* format_ipip_tunnel ( u8 s,
va_list *  args 
)
static

Definition at line 168 of file ipip_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* show_ipip_tunnel_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 197 of file ipip_cli.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_cli_command_t create_ipip_tunnel_command
static
Initial value:
= {
.path = "create ipip tunnel",
.short_help = "create ipip tunnel src <addr> dst <addr> [instance <n>] "
"[outer-table-id <ID>]",
}
static clib_error_t * create_ipip_tunnel_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: ipip_cli.c:21

(constructor) VLIB_CLI_COMMAND (create_ipip_tunnel_command)

Definition at line 155 of file ipip_cli.c.

vlib_cli_command_t create_sixrd_tunnel_command
static
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]",
}
static clib_error_t * create_sixrd_tunnel_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: ipip_cli.c:234

(constructor) VLIB_CLI_COMMAND (create_sixrd_tunnel_command)

Definition at line 345 of file ipip_cli.c.

vlib_cli_command_t delete_ipip_tunnel_command
static
Initial value:
= {
.path = "delete ipip tunnel",
.short_help = "delete ipip tunnel sw_if_index <sw_if_index ",
}
static clib_error_t * delete_ipip_tunnel_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: ipip_cli.c:117

(constructor) VLIB_CLI_COMMAND (delete_ipip_tunnel_command)

Definition at line 161 of file ipip_cli.c.

vlib_cli_command_t delete_sixrd_tunnel_command
static
Initial value:
= {
.path = "delete 6rd tunnel",
.short_help = "delete 6rd tunnel sw_if_index <sw_if_index",
}
static clib_error_t * delete_sixrd_tunnel_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: ipip_cli.c:309

(constructor) VLIB_CLI_COMMAND (delete_sixrd_tunnel_command)

Definition at line 352 of file ipip_cli.c.

vlib_cli_command_t show_ipip_tunnel_command
static
Initial value:
= {
.path = "show ipip tunnel",
}
static clib_error_t * show_ipip_tunnel_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: ipip_cli.c:197

(constructor) VLIB_CLI_COMMAND (show_ipip_tunnel_command)

Definition at line 228 of file ipip_cli.c.