FD.io VPP  v18.07.1-19-g511ce25
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_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_disable_command
 (constructor) VLIB_CLI_COMMAND (lisp_cp_enable_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

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

Definition at line 754 of file lisp_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 586 of file lisp_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Definition at line 1053 of file lisp_cli.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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 434 of file lisp_cli.c.

+ Here is the call graph for this function:

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:

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 1220 of file lisp_cli.c.

+ Here is the call graph for this function:

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 1146 of file lisp_cli.c.

+ Here is the call graph for this function:

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 1354 of file lisp_cli.c.

+ Here is the call graph for this function:

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:

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 1415 of file lisp_cli.c.

+ Here is the call graph for this function:

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:

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 1296 of file lisp_cli.c.

+ Here is the call graph for this function:

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:

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

Definition at line 895 of file lisp_cli.c.

+ Here is the call graph for this function:

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 947 of file lisp_cli.c.

+ Here is the call graph for this function:

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 537 of file lisp_cli.c.

+ Here is the call graph for this function:

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 643 of file lisp_cli.c.

+ Here is the call graph for this function:

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 1000 of file lisp_cli.c.

+ Here is the call graph for this function:

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:

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 801 of file lisp_cli.c.

+ Here is the call graph for this function:

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 1080 of file lisp_cli.c.

+ Here is the call graph for this function:

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 601 of file lisp_cli.c.

+ Here is the call graph for this function:

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 619 of file lisp_cli.c.

+ Here is the call graph for this function:

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 1469 of file lisp_cli.c.

+ Here is the call graph for this function:

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 1551 of file lisp_cli.c.

+ Here is the call graph for this function:

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 701 of file lisp_cli.c.

+ Here is the call graph for this function:

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 1060 of file lisp_cli.c.

+ Here is the call graph for this function:

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 1499 of file lisp_cli.c.

+ Here is the call graph for this function:

Variable Documentation

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:434

(constructor) VLIB_CLI_COMMAND (lisp_add_del_adjacency_command)

Definition at line 527 of file lisp_cli.c.

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.

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:1415

(constructor) VLIB_CLI_COMMAND (lisp_add_del_map_request_command)

Definition at line 1461 of file lisp_cli.c.

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:1354

(constructor) VLIB_CLI_COMMAND (lisp_add_del_map_resolver_command)

Definition at line 1406 of file lisp_cli.c.

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.

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> ... ]",.function =
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 421 of file lisp_cli.c.

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:1220

(constructor) VLIB_CLI_COMMAND (lisp_cp_add_del_locator_in_set_command)

Definition at line 1287 of file lisp_cli.c.

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:1146

(constructor) VLIB_CLI_COMMAND (lisp_cp_add_del_locator_set_command)

Definition at line 1211 of file lisp_cli.c.

vlib_cli_command_t lisp_cp_enable_disable_command
Initial value:
= {
.path = "lisp",
.short_help = "lisp [enable|disable]",
}
static clib_error_t * lisp_enable_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: lisp_cli.c:895

(constructor) VLIB_CLI_COMMAND (lisp_cp_enable_disable_command)

Definition at line 939 of file lisp_cli.c.

vlib_cli_command_t lisp_cp_show_eid_table_command
Initial value:
= {
.path = "show lisp eid-table",
.short_help = "Shows EID table",
}
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:801

(constructor) VLIB_CLI_COMMAND (lisp_cp_show_eid_table_command)

Definition at line 886 of file lisp_cli.c.

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:1296

(constructor) VLIB_CLI_COMMAND (lisp_cp_show_locator_sets_command)

Definition at line 1345 of file lisp_cli.c.

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.

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:947

(constructor) VLIB_CLI_COMMAND (lisp_map_register_enable_disable_command)

Definition at line 992 of file lisp_cli.c.

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:537

(constructor) VLIB_CLI_COMMAND (lisp_map_request_mode_command)

Definition at line 577 of file lisp_cli.c.

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:643

(constructor) VLIB_CLI_COMMAND (lisp_pitr_set_locator_set_command)

Definition at line 693 of file lisp_cli.c.

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:1000

(constructor) VLIB_CLI_COMMAND (lisp_rloc_probe_enable_disable_command)

Definition at line 1045 of file lisp_cli.c.

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.

vlib_cli_command_t lisp_show_eid_table_map_command
Initial value:
= {
.path = "show lisp eid-table map",
.short_help = "show lisp eid-table 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:1080

(constructor) VLIB_CLI_COMMAND (lisp_show_eid_table_map_command)

Definition at line 1137 of file lisp_cli.c.

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:1469

(constructor) VLIB_CLI_COMMAND (lisp_show_map_request_command)

Definition at line 1491 of file lisp_cli.c.

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:601

(constructor) VLIB_CLI_COMMAND (lisp_show_map_request_mode_command)

Definition at line 611 of file lisp_cli.c.

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:619

(constructor) VLIB_CLI_COMMAND (lisp_show_map_resolvers_command)

Definition at line 634 of file lisp_cli.c.

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:1551

(constructor) VLIB_CLI_COMMAND (lisp_show_petr_command)

Definition at line 1596 of file lisp_cli.c.

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:701

(constructor) VLIB_CLI_COMMAND (lisp_show_pitr_command)

Definition at line 746 of file lisp_cli.c.

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:1060

(constructor) VLIB_CLI_COMMAND (lisp_show_status_command)

Definition at line 1072 of file lisp_cli.c.

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:1499

(constructor) VLIB_CLI_COMMAND (lisp_use_petr_set_locator_set_command)

Definition at line 1544 of file lisp_cli.c.