FD.io VPP  v20.09-64-g4f7b92f0a
Vector Packet Processing
lisp_cli.c File Reference
+ Include dependency graph for lisp_cli.c:

Go to the source code of this file.

Functions

static clib_error_tlisp_show_adjacencies_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_add_del_map_server_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_add_del_local_eid_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_eid_table_map_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_add_del_remote_mapping_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 Handler for add/del remote mapping CLI. More...
 
static clib_error_tlisp_add_del_adjacency_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 Handler for add/del adjacency CLI. More...
 
static clib_error_tlisp_map_request_mode_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static u8format_lisp_map_request_mode (u8 *s, va_list *args)
 
static clib_error_tlisp_show_map_request_mode_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_show_map_resolvers_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_pitr_set_locator_set_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_show_pitr_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static u8format_eid_entry (u8 *s, va_list *args)
 
static clib_error_tlisp_show_eid_table_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_enable_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_disable_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_map_register_enable_disable_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_rloc_probe_enable_disable_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static u8format_lisp_status (u8 *s, va_list *args)
 
static clib_error_tlisp_show_status_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_show_eid_table_map_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_add_del_locator_set_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_add_del_locator_in_set_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_cp_show_locator_sets_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_add_del_map_resolver_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_add_del_mreq_itr_rlocs_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_show_mreq_itr_rlocs_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_use_petr_set_locator_set_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_show_petr_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

vlib_cli_command_t lisp_show_adjacencies_command
 (constructor) VLIB_CLI_COMMAND (lisp_show_adjacencies_command) More...
 
vlib_cli_command_t lisp_add_del_map_server_command
 (constructor) VLIB_CLI_COMMAND (lisp_add_del_map_server_command) More...
 
vlib_cli_command_t lisp_add_del_local_eid_command
 (constructor) VLIB_CLI_COMMAND (lisp_add_del_local_eid_command) More...
 
vlib_cli_command_t lisp_eid_table_map_command
 (constructor) VLIB_CLI_COMMAND (lisp_eid_table_map_command) More...
 
vlib_cli_command_t lisp_add_del_remote_mapping_command
 (constructor) VLIB_CLI_COMMAND (lisp_add_del_remote_mapping_command) More...
 
vlib_cli_command_t lisp_add_del_adjacency_command
 (constructor) VLIB_CLI_COMMAND (lisp_add_del_adjacency_command) More...
 
vlib_cli_command_t lisp_map_request_mode_command
 (constructor) VLIB_CLI_COMMAND (lisp_map_request_mode_command) More...
 
vlib_cli_command_t lisp_show_map_request_mode_command
 (constructor) VLIB_CLI_COMMAND (lisp_show_map_request_mode_command) More...
 
vlib_cli_command_t lisp_show_map_resolvers_command
 (constructor) VLIB_CLI_COMMAND (lisp_show_map_resolvers_command) More...
 
vlib_cli_command_t lisp_pitr_set_locator_set_command
 (constructor) VLIB_CLI_COMMAND (lisp_pitr_set_locator_set_command) More...
 
vlib_cli_command_t lisp_show_pitr_command
 (constructor) VLIB_CLI_COMMAND (lisp_show_pitr_command) More...
 
vlib_cli_command_t lisp_cp_show_eid_table_command
 (constructor) VLIB_CLI_COMMAND (lisp_cp_show_eid_table_command) More...
 
vlib_cli_command_t lisp_cp_enable_command
 (constructor) VLIB_CLI_COMMAND (lisp_cp_enable_command) More...
 
vlib_cli_command_t lisp_cp_disable_command
 (constructor) VLIB_CLI_COMMAND (lisp_cp_disable_command) More...
 
vlib_cli_command_t lisp_map_register_enable_disable_command
 (constructor) VLIB_CLI_COMMAND (lisp_map_register_enable_disable_command) More...
 
vlib_cli_command_t lisp_rloc_probe_enable_disable_command
 (constructor) VLIB_CLI_COMMAND (lisp_rloc_probe_enable_disable_command) More...
 
vlib_cli_command_t lisp_show_status_command
 (constructor) VLIB_CLI_COMMAND (lisp_show_status_command) More...
 
vlib_cli_command_t lisp_show_eid_table_map_command
 (constructor) VLIB_CLI_COMMAND (lisp_show_eid_table_map_command) More...
 
vlib_cli_command_t lisp_cp_add_del_locator_set_command
 (constructor) VLIB_CLI_COMMAND (lisp_cp_add_del_locator_set_command) More...
 
vlib_cli_command_t lisp_cp_add_del_locator_in_set_command
 (constructor) VLIB_CLI_COMMAND (lisp_cp_add_del_locator_in_set_command) More...
 
vlib_cli_command_t lisp_cp_show_locator_sets_command
 (constructor) VLIB_CLI_COMMAND (lisp_cp_show_locator_sets_command) More...
 
vlib_cli_command_t lisp_add_del_map_resolver_command
 (constructor) VLIB_CLI_COMMAND (lisp_add_del_map_resolver_command) More...
 
vlib_cli_command_t lisp_add_del_map_request_command
 (constructor) VLIB_CLI_COMMAND (lisp_add_del_map_request_command) More...
 
vlib_cli_command_t lisp_show_map_request_command
 (constructor) VLIB_CLI_COMMAND (lisp_show_map_request_command) More...
 
vlib_cli_command_t lisp_use_petr_set_locator_set_command
 (constructor) VLIB_CLI_COMMAND (lisp_use_petr_set_locator_set_command) More...
 
vlib_cli_command_t lisp_show_petr_command
 (constructor) VLIB_CLI_COMMAND (lisp_show_petr_command) More...
 

Function Documentation

◆ format_eid_entry()

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

Definition at line 756 of file lisp_cli.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ format_lisp_map_request_mode()

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

Definition at line 588 of file lisp_cli.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ format_lisp_status()

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

Definition at line 1045 of file lisp_cli.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ lisp_add_del_adjacency_command_fn()

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

Handler for add/del adjacency CLI.

Definition at line 436 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_add_del_local_eid_command_fn()

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

Definition at line 133 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_add_del_locator_in_set_command_fn()

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

Definition at line 1214 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_add_del_locator_set_command_fn()

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

Definition at line 1138 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_add_del_map_resolver_command_fn()

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

Definition at line 1348 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_add_del_map_server_command_fn()

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

Definition at line 76 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_add_del_mreq_itr_rlocs_command_fn()

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

Definition at line 1409 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_add_del_remote_mapping_command_fn()

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

Handler for add/del remote mapping CLI.

Parameters
vmvlib context
inputinput from user
cmdcmd
Returns
pointer to clib error structure

Definition at line 294 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_cp_show_locator_sets_command_fn()

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

Definition at line 1290 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_disable_command_fn()

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

Definition at line 918 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_eid_table_map_command_fn()

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

Definition at line 240 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_enable_command_fn()

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

Definition at line 897 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_map_register_enable_disable_command_fn()

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

Definition at line 939 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_map_request_mode_command_fn()

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

Definition at line 539 of file lisp_cli.c.

◆ lisp_pitr_set_locator_set_command_fn()

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

Definition at line 645 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_rloc_probe_enable_disable_command_fn()

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

Definition at line 992 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_show_adjacencies_command_fn()

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

Definition at line 20 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_show_eid_table_command_fn()

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

Definition at line 803 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_show_eid_table_map_command_fn()

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

Definition at line 1072 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_show_map_request_mode_command_fn()

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

Definition at line 603 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_show_map_resolvers_command_fn()

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

Definition at line 621 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_show_mreq_itr_rlocs_command_fn()

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

Definition at line 1463 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_show_petr_command_fn()

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

Definition at line 1545 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_show_pitr_command_fn()

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

Definition at line 703 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_show_status_command_fn()

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

Definition at line 1052 of file lisp_cli.c.

+ Here is the call graph for this function:

◆ lisp_use_petr_set_locator_set_command_fn()

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

Definition at line 1493 of file lisp_cli.c.

+ Here is the call graph for this function:

Variable Documentation

◆ lisp_add_del_adjacency_command

vlib_cli_command_t lisp_add_del_adjacency_command
Initial value:
= {
.path = "lisp adjacency",
.short_help = "lisp adjacency add|del vni <vni> reid <remote-eid> "
"leid <local-eid>",
}
static clib_error_t * lisp_add_del_adjacency_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Handler for add/del adjacency CLI.
Definition: lisp_cli.c:436

(constructor) VLIB_CLI_COMMAND (lisp_add_del_adjacency_command)

Definition at line 529 of file lisp_cli.c.

◆ lisp_add_del_local_eid_command

vlib_cli_command_t lisp_add_del_local_eid_command
Initial value:
= {
.path = "lisp eid-table",
.short_help = "lisp eid-table add/del [vni <vni>] eid <eid> "
"locator-set <locator-set> [key <secret-key> key-id sha1|sha256 ]",
}
static clib_error_t * lisp_add_del_local_eid_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:133

(constructor) VLIB_CLI_COMMAND (lisp_add_del_local_eid_command)

Definition at line 231 of file lisp_cli.c.

◆ lisp_add_del_map_request_command

vlib_cli_command_t lisp_add_del_map_request_command
Initial value:
= {
.path = "lisp map-request itr-rlocs",
.short_help = "lisp map-request itr-rlocs add/del <locator_set_name>",
}
static clib_error_t * lisp_add_del_mreq_itr_rlocs_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:1409

(constructor) VLIB_CLI_COMMAND (lisp_add_del_map_request_command)

Definition at line 1455 of file lisp_cli.c.

◆ lisp_add_del_map_resolver_command

vlib_cli_command_t lisp_add_del_map_resolver_command
Initial value:
= {
.path = "lisp map-resolver",
.short_help = "lisp map-resolver add/del <ip_address>",
}
static clib_error_t * lisp_add_del_map_resolver_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:1348

(constructor) VLIB_CLI_COMMAND (lisp_add_del_map_resolver_command)

Definition at line 1400 of file lisp_cli.c.

◆ lisp_add_del_map_server_command

vlib_cli_command_t lisp_add_del_map_server_command
Initial value:
= {
.path = "lisp map-server",
.short_help = "lisp map-server add|del <ip>",
}
static clib_error_t * lisp_add_del_map_server_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:76

(constructor) VLIB_CLI_COMMAND (lisp_add_del_map_server_command)

Definition at line 124 of file lisp_cli.c.

◆ lisp_add_del_remote_mapping_command

vlib_cli_command_t lisp_add_del_remote_mapping_command
Initial value:
= {
.path = "lisp remote-mapping",
.short_help = "lisp remote-mapping add|del [del-all] vni <vni> "
"eid <est-eid> [action <no-action|natively-forward|"
"send-map-request|drop>] rloc <dst-locator> p <prio> "
"w <weight> [rloc <dst-locator> ... ]",
}
static clib_error_t * lisp_add_del_remote_mapping_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Handler for add/del remote mapping CLI.
Definition: lisp_cli.c:294

(constructor) VLIB_CLI_COMMAND (lisp_add_del_remote_mapping_command)

Definition at line 422 of file lisp_cli.c.

◆ lisp_cp_add_del_locator_in_set_command

vlib_cli_command_t lisp_cp_add_del_locator_in_set_command
Initial value:
= {
.path = "lisp locator",
.short_help = "lisp locator add/del locator-set <name> iface <iface-name> "
"p <priority> w <weight>",
}
static clib_error_t * lisp_add_del_locator_in_set_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:1214

(constructor) VLIB_CLI_COMMAND (lisp_cp_add_del_locator_in_set_command)

Definition at line 1281 of file lisp_cli.c.

◆ lisp_cp_add_del_locator_set_command

vlib_cli_command_t lisp_cp_add_del_locator_set_command
Initial value:
= {
.path = "lisp locator-set",
.short_help = "lisp locator-set add/del <name> [iface <iface-name> "
"p <priority> w <weight>]",
}
static clib_error_t * lisp_add_del_locator_set_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:1138

(constructor) VLIB_CLI_COMMAND (lisp_cp_add_del_locator_set_command)

Definition at line 1205 of file lisp_cli.c.

◆ lisp_cp_disable_command

vlib_cli_command_t lisp_cp_disable_command
Initial value:
= {
.path = "lisp disable",
.short_help = "lisp disable",
}
static clib_error_t * lisp_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:918

(constructor) VLIB_CLI_COMMAND (lisp_cp_disable_command)

Definition at line 931 of file lisp_cli.c.

◆ lisp_cp_enable_command

vlib_cli_command_t lisp_cp_enable_command
Initial value:
= {
.path = "lisp enable",
.short_help = "lisp enable",
}
static clib_error_t * lisp_enable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:897

(constructor) VLIB_CLI_COMMAND (lisp_cp_enable_command)

Definition at line 910 of file lisp_cli.c.

◆ lisp_cp_show_eid_table_command

vlib_cli_command_t lisp_cp_show_eid_table_command
Initial value:
= {
.path = "show lisp eid-table",
.short_help = "show lisp eid-table [local|remote|eid <eid>]",
}
static clib_error_t * lisp_show_eid_table_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:803

(constructor) VLIB_CLI_COMMAND (lisp_cp_show_eid_table_command)

Definition at line 888 of file lisp_cli.c.

◆ lisp_cp_show_locator_sets_command

vlib_cli_command_t lisp_cp_show_locator_sets_command
Initial value:
= {
.path = "show lisp locator-set",
.short_help = "Shows locator-sets",
}
static clib_error_t * lisp_cp_show_locator_sets_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:1290

(constructor) VLIB_CLI_COMMAND (lisp_cp_show_locator_sets_command)

Definition at line 1339 of file lisp_cli.c.

◆ lisp_eid_table_map_command

vlib_cli_command_t lisp_eid_table_map_command
Initial value:
= {
.path = "lisp eid-table map",
.short_help = "lisp eid-table map [del] vni <vni> vrf <vrf> | bd <bdi>",
}
static clib_error_t * lisp_eid_table_map_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:240

(constructor) VLIB_CLI_COMMAND (lisp_eid_table_map_command)

Definition at line 278 of file lisp_cli.c.

◆ lisp_map_register_enable_disable_command

vlib_cli_command_t lisp_map_register_enable_disable_command
Initial value:
= {
.path = "lisp map-register",
.short_help = "lisp map-register [enable|disable]",
}
static clib_error_t * lisp_map_register_enable_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:939

(constructor) VLIB_CLI_COMMAND (lisp_map_register_enable_disable_command)

Definition at line 984 of file lisp_cli.c.

◆ lisp_map_request_mode_command

vlib_cli_command_t lisp_map_request_mode_command
Initial value:
= {
.path = "lisp map-request mode",
.short_help = "lisp map-request mode dst-only|src-dst",
}
static clib_error_t * lisp_map_request_mode_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:539

(constructor) VLIB_CLI_COMMAND (lisp_map_request_mode_command)

Definition at line 579 of file lisp_cli.c.

◆ lisp_pitr_set_locator_set_command

vlib_cli_command_t lisp_pitr_set_locator_set_command
Initial value:
= {
.path = "lisp pitr",
.short_help = "lisp pitr [disable] ls <locator-set-name>",
}
static clib_error_t * lisp_pitr_set_locator_set_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:645

(constructor) VLIB_CLI_COMMAND (lisp_pitr_set_locator_set_command)

Definition at line 695 of file lisp_cli.c.

◆ lisp_rloc_probe_enable_disable_command

vlib_cli_command_t lisp_rloc_probe_enable_disable_command
Initial value:
= {
.path = "lisp rloc-probe",
.short_help = "lisp rloc-probe [enable|disable]",
}
static clib_error_t * lisp_rloc_probe_enable_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:992

(constructor) VLIB_CLI_COMMAND (lisp_rloc_probe_enable_disable_command)

Definition at line 1037 of file lisp_cli.c.

◆ lisp_show_adjacencies_command

vlib_cli_command_t lisp_show_adjacencies_command
Initial value:
= {
.path = "show lisp adjacencies",
.short_help = "show lisp adjacencies",
}
static clib_error_t * lisp_show_adjacencies_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:20

(constructor) VLIB_CLI_COMMAND (lisp_show_adjacencies_command)

Definition at line 68 of file lisp_cli.c.

◆ lisp_show_eid_table_map_command

vlib_cli_command_t lisp_show_eid_table_map_command
Initial value:
= {
.path = "show lisp eid-table map",
.short_help = "show lisp eid-table map l2|l3",
}
static clib_error_t * lisp_show_eid_table_map_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:1072

(constructor) VLIB_CLI_COMMAND (lisp_show_eid_table_map_command)

Definition at line 1129 of file lisp_cli.c.

◆ lisp_show_map_request_command

vlib_cli_command_t lisp_show_map_request_command
Initial value:
= {
.path = "show lisp map-request itr-rlocs",
.short_help = "Shows map-request itr-rlocs",
}
static clib_error_t * lisp_show_mreq_itr_rlocs_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:1463

(constructor) VLIB_CLI_COMMAND (lisp_show_map_request_command)

Definition at line 1485 of file lisp_cli.c.

◆ lisp_show_map_request_mode_command

vlib_cli_command_t lisp_show_map_request_mode_command
Initial value:
= {
.path = "show lisp map-request mode",
.short_help = "show lisp map-request mode",
}
static clib_error_t * lisp_show_map_request_mode_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:603

(constructor) VLIB_CLI_COMMAND (lisp_show_map_request_mode_command)

Definition at line 613 of file lisp_cli.c.

◆ lisp_show_map_resolvers_command

vlib_cli_command_t lisp_show_map_resolvers_command
Initial value:
= {
.path = "show lisp map-resolvers",
.short_help = "show lisp map-resolvers",
}
static clib_error_t * lisp_show_map_resolvers_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:621

(constructor) VLIB_CLI_COMMAND (lisp_show_map_resolvers_command)

Definition at line 636 of file lisp_cli.c.

◆ lisp_show_petr_command

vlib_cli_command_t lisp_show_petr_command
Initial value:
= {
.path = "show lisp petr",
.short_help = "Show petr",
}
static clib_error_t * lisp_show_petr_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:1545

(constructor) VLIB_CLI_COMMAND (lisp_show_petr_command)

Definition at line 1590 of file lisp_cli.c.

◆ lisp_show_pitr_command

vlib_cli_command_t lisp_show_pitr_command
Initial value:
= {
.path = "show lisp pitr",
.short_help = "Show pitr",
}
static clib_error_t * lisp_show_pitr_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:703

(constructor) VLIB_CLI_COMMAND (lisp_show_pitr_command)

Definition at line 748 of file lisp_cli.c.

◆ lisp_show_status_command

vlib_cli_command_t lisp_show_status_command
Initial value:
= {
.path = "show lisp status",
.short_help = "show lisp status",
}
static clib_error_t * lisp_show_status_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:1052

(constructor) VLIB_CLI_COMMAND (lisp_show_status_command)

Definition at line 1064 of file lisp_cli.c.

◆ lisp_use_petr_set_locator_set_command

vlib_cli_command_t lisp_use_petr_set_locator_set_command
Initial value:
= {
.path = "lisp use-petr",
.short_help = "lisp use-petr [disable] <petr-ip>",
}
static clib_error_t * lisp_use_petr_set_locator_set_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:1493

(constructor) VLIB_CLI_COMMAND (lisp_use_petr_set_locator_set_command)

Definition at line 1538 of file lisp_cli.c.