FD.io VPP  v16.06
Vector Packet Processing
ikev2_cli.c File Reference
+ Include dependency graph for ikev2_cli.c:

Go to the source code of this file.

Functions

u8format_ikev2_id_type_and_data (u8 *s, va_list *args)
 
static clib_error_tshow_ikev2_sa_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tikev2_profile_add_del_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tshow_ikev2_profile_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tset_ikev2_local_key_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
clib_error_tikev2_cli_init (vlib_main_t *vm)
 

Variables

vlib_cli_command_t show_ikev2_sa_command
 (constructor) VLIB_CLI_COMMAND (show_ikev2_sa_command) More...
 
vlib_cli_command_t ikev2_profile_add_del_command
 (constructor) VLIB_CLI_COMMAND (ikev2_profile_add_del_command) More...
 
vlib_cli_command_t show_ikev2_profile_command
 (constructor) VLIB_CLI_COMMAND (show_ikev2_profile_command) More...
 
vlib_cli_command_t set_ikev2_local_key_command
 (constructor) VLIB_CLI_COMMAND (set_ikev2_local_key_command) More...
 

Function Documentation

u8* format_ikev2_id_type_and_data ( u8 s,
va_list *  args 
)

Definition at line 24 of file ikev2_cli.c.

+ Here is the call graph for this function:

clib_error_t* ikev2_cli_init ( vlib_main_t vm)

Definition at line 432 of file ikev2_cli.c.

+ Here is the caller graph for this function:

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

Definition at line 163 of file ikev2_cli.c.

+ Here is the call graph for this function:

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

Definition at line 394 of file ikev2_cli.c.

+ Here is the call graph for this function:

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

Definition at line 314 of file ikev2_cli.c.

+ Here is the call graph for this function:

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

Definition at line 48 of file ikev2_cli.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_cli_command_t ikev2_profile_add_del_command
Initial value:
= {
.path = "ikev2 profile",
.short_help =
"ikev2 profile [add|del] <id>\n"
"ikev2 profile set <id> auth [rsa-sig|shared-key-mic] [cert-file|string|hex]"
" <data>\n"
"ikev2 profile set <id> id <local|remote> <type> <data>\n"
"ikev2 profile set <id> traffic-selector <local|remote> ip-range "
"<start-addr> - <end-addr> port-range <start-port> - <end-port> "
"protocol <protocol-number>",
}
static clib_error_t * ikev2_profile_add_del_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: ikev2_cli.c:163

(constructor) VLIB_CLI_COMMAND (ikev2_profile_add_del_command)

Definition at line 300 of file ikev2_cli.c.

vlib_cli_command_t set_ikev2_local_key_command
Initial value:
= {
.path = "set ikev2 local key",
.short_help =
"set ikev2 local key <file>",
}
static clib_error_t * set_ikev2_local_key_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: ikev2_cli.c:394

(constructor) VLIB_CLI_COMMAND (set_ikev2_local_key_command)

Definition at line 424 of file ikev2_cli.c.

vlib_cli_command_t show_ikev2_profile_command
Initial value:
= {
.path = "show ikev2 profile",
.short_help = "show ikev2 profile",
}
static clib_error_t * show_ikev2_profile_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: ikev2_cli.c:314

(constructor) VLIB_CLI_COMMAND (show_ikev2_profile_command)

Definition at line 387 of file ikev2_cli.c.

vlib_cli_command_t show_ikev2_sa_command
Initial value:
= {
.path = "show ikev2 sa",
.short_help = "show ikev2 sa",
}
static clib_error_t * show_ikev2_sa_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: ikev2_cli.c:48

(constructor) VLIB_CLI_COMMAND (show_ikev2_sa_command)

Definition at line 156 of file ikev2_cli.c.