FD.io VPP  v17.04-9-g99c0734
Vector Packet Processing
one_cli.c File Reference
+ Include dependency graph for one_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)
 
static clib_error_tlisp_show_map_servers_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_show_map_register_state_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_show_rloc_probe_state_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_show_stats_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_show_stats_details_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_stats_enable_disable_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tlisp_stats_flush_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 

Variables

vlib_cli_command_t one_show_adjacencies_command
 (constructor) VLIB_CLI_COMMAND (one_show_adjacencies_command) More...
 
vlib_cli_command_t one_add_del_map_server_command
 (constructor) VLIB_CLI_COMMAND (one_add_del_map_server_command) More...
 
vlib_cli_command_t one_add_del_local_eid_command
 (constructor) VLIB_CLI_COMMAND (one_add_del_local_eid_command) More...
 
vlib_cli_command_t one_eid_table_map_command
 (constructor) VLIB_CLI_COMMAND (one_eid_table_map_command) More...
 
vlib_cli_command_t one_add_del_remote_mapping_command
 (constructor) VLIB_CLI_COMMAND (one_add_del_remote_mapping_command) More...
 
vlib_cli_command_t one_add_del_adjacency_command
 (constructor) VLIB_CLI_COMMAND (one_add_del_adjacency_command) More...
 
vlib_cli_command_t one_map_request_mode_command
 (constructor) VLIB_CLI_COMMAND (one_map_request_mode_command) More...
 
vlib_cli_command_t one_show_map_request_mode_command
 (constructor) VLIB_CLI_COMMAND (one_show_map_request_mode_command) More...
 
vlib_cli_command_t one_show_map_resolvers_command
 (constructor) VLIB_CLI_COMMAND (one_show_map_resolvers_command) More...
 
vlib_cli_command_t one_pitr_set_locator_set_command
 (constructor) VLIB_CLI_COMMAND (one_pitr_set_locator_set_command) More...
 
vlib_cli_command_t one_show_pitr_command
 (constructor) VLIB_CLI_COMMAND (one_show_pitr_command) More...
 
vlib_cli_command_t one_cp_show_eid_table_command
 (constructor) VLIB_CLI_COMMAND (one_cp_show_eid_table_command) More...
 
vlib_cli_command_t one_cp_enable_disable_command
 (constructor) VLIB_CLI_COMMAND (one_cp_enable_disable_command) More...
 
vlib_cli_command_t one_map_register_enable_disable_command
 (constructor) VLIB_CLI_COMMAND (one_map_register_enable_disable_command) More...
 
vlib_cli_command_t one_rloc_probe_enable_disable_command
 (constructor) VLIB_CLI_COMMAND (one_rloc_probe_enable_disable_command) More...
 
vlib_cli_command_t one_show_status_command
 (constructor) VLIB_CLI_COMMAND (one_show_status_command) More...
 
vlib_cli_command_t one_show_eid_table_map_command
 (constructor) VLIB_CLI_COMMAND (one_show_eid_table_map_command) More...
 
vlib_cli_command_t one_cp_add_del_locator_set_command
 (constructor) VLIB_CLI_COMMAND (one_cp_add_del_locator_set_command) More...
 
vlib_cli_command_t one_cp_add_del_locator_in_set_command
 (constructor) VLIB_CLI_COMMAND (one_cp_add_del_locator_in_set_command) More...
 
vlib_cli_command_t one_cp_show_locator_sets_command
 (constructor) VLIB_CLI_COMMAND (one_cp_show_locator_sets_command) More...
 
vlib_cli_command_t one_add_del_map_resolver_command
 (constructor) VLIB_CLI_COMMAND (one_add_del_map_resolver_command) More...
 
vlib_cli_command_t one_add_del_map_request_command
 (constructor) VLIB_CLI_COMMAND (one_add_del_map_request_command) More...
 
vlib_cli_command_t one_show_map_request_command
 (constructor) VLIB_CLI_COMMAND (one_show_map_request_command) More...
 
vlib_cli_command_t one_use_petr_set_locator_set_command
 (constructor) VLIB_CLI_COMMAND (one_use_petr_set_locator_set_command) More...
 
vlib_cli_command_t one_show_petr_command
 (constructor) VLIB_CLI_COMMAND (one_show_petr_command) More...
 
vlib_cli_command_t one_show_map_servers_command
 (constructor) VLIB_CLI_COMMAND (one_show_map_servers_command) More...
 
vlib_cli_command_t one_show_map_register_state_command
 (constructor) VLIB_CLI_COMMAND (one_show_map_register_state_command) More...
 
vlib_cli_command_t one_show_rloc_probe_state_command
 (constructor) VLIB_CLI_COMMAND (one_show_rloc_probe_state_command) More...
 
vlib_cli_command_t one_show_stats_command
 (constructor) VLIB_CLI_COMMAND (one_show_stats_command) More...
 
vlib_cli_command_t one_show_stats_details_command
 (constructor) VLIB_CLI_COMMAND (one_show_stats_details_command) More...
 
vlib_cli_command_t one_stats_enable_disable_command
 (constructor) VLIB_CLI_COMMAND (one_stats_enable_disable_command) More...
 
vlib_cli_command_t one_stats_flush_command
 (constructor) VLIB_CLI_COMMAND (one_stats_flush_command) More...
 

Function Documentation

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

Definition at line 735 of file one_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 569 of file one_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 1031 of file one_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 418 of file one_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 129 of file one_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 1197 of file one_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 1124 of file one_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 1330 of file one_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 74 of file one_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 1390 of file one_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 288 of file one_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 1272 of file one_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 234 of file one_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 873 of file one_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 925 of file one_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 521 of file one_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 626 of file one_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 978 of file one_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 one_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 782 of file one_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 1058 of file one_cli.c.

+ Here is the call graph for this function:

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

Definition at line 1600 of file one_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 584 of file one_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 602 of file one_cli.c.

+ Here is the call graph for this function:

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

Definition at line 1577 of file one_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 1443 of file one_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 1524 of file one_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 682 of file one_cli.c.

+ Here is the call graph for this function:

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

Definition at line 1622 of file one_cli.c.

+ Here is the call graph for this function:

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

Definition at line 1644 of file one_cli.c.

+ Here is the call graph for this function:

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

Definition at line 1662 of file one_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 1038 of file one_cli.c.

+ Here is the call graph for this function:

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

Definition at line 1696 of file one_cli.c.

+ Here is the call graph for this function:

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

Definition at line 1734 of file one_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 1473 of file one_cli.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_cli_command_t one_add_del_adjacency_command
Initial value:
= {
.path = "one adjacency",
.short_help = "one 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: one_cli.c:418

(constructor) VLIB_CLI_COMMAND (one_add_del_adjacency_command)

Definition at line 511 of file one_cli.c.

vlib_cli_command_t one_add_del_local_eid_command
Initial value:
= {
.path = "one eid-table",
.short_help = "one 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: one_cli.c:129

(constructor) VLIB_CLI_COMMAND (one_add_del_local_eid_command)

Definition at line 225 of file one_cli.c.

vlib_cli_command_t one_add_del_map_request_command
Initial value:
= {
.path = "one map-request itr-rlocs",
.short_help = "one 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: one_cli.c:1390

(constructor) VLIB_CLI_COMMAND (one_add_del_map_request_command)

Definition at line 1435 of file one_cli.c.

vlib_cli_command_t one_add_del_map_resolver_command
Initial value:
= {
.path = "one map-resolver",
.short_help = "one 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: one_cli.c:1330

(constructor) VLIB_CLI_COMMAND (one_add_del_map_resolver_command)

Definition at line 1381 of file one_cli.c.

vlib_cli_command_t one_add_del_map_server_command
Initial value:
= {
.path = "one map-server",
.short_help = "one 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: one_cli.c:74

(constructor) VLIB_CLI_COMMAND (one_add_del_map_server_command)

Definition at line 120 of file one_cli.c.

vlib_cli_command_t one_add_del_remote_mapping_command
Initial value:
= {
.path = "one remote-mapping",
.short_help =
"one 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: one_cli.c:288

(constructor) VLIB_CLI_COMMAND (one_add_del_remote_mapping_command)

Definition at line 403 of file one_cli.c.

vlib_cli_command_t one_cp_add_del_locator_in_set_command
Initial value:
= {
.path = "one locator",
.short_help = "one 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: one_cli.c:1197

(constructor) VLIB_CLI_COMMAND (one_cp_add_del_locator_in_set_command)

Definition at line 1263 of file one_cli.c.

vlib_cli_command_t one_cp_add_del_locator_set_command
Initial value:
= {
.path = "one locator-set",
.short_help = "one 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: one_cli.c:1124

(constructor) VLIB_CLI_COMMAND (one_cp_add_del_locator_set_command)

Definition at line 1188 of file one_cli.c.

vlib_cli_command_t one_cp_enable_disable_command
Initial value:
= {
.path = "one",
.short_help = "one [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: one_cli.c:873

(constructor) VLIB_CLI_COMMAND (one_cp_enable_disable_command)

Definition at line 917 of file one_cli.c.

vlib_cli_command_t one_cp_show_eid_table_command
Initial value:
= {
.path = "show one 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: one_cli.c:782

(constructor) VLIB_CLI_COMMAND (one_cp_show_eid_table_command)

Definition at line 864 of file one_cli.c.

vlib_cli_command_t one_cp_show_locator_sets_command
Initial value:
= {
.path = "show one 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: one_cli.c:1272

(constructor) VLIB_CLI_COMMAND (one_cp_show_locator_sets_command)

Definition at line 1321 of file one_cli.c.

vlib_cli_command_t one_eid_table_map_command
Initial value:
= {
.path = "one eid-table map",
.short_help = "one 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: one_cli.c:234

(constructor) VLIB_CLI_COMMAND (one_eid_table_map_command)

Definition at line 272 of file one_cli.c.

vlib_cli_command_t one_map_register_enable_disable_command
Initial value:
= {
.path = "one map-register",
.short_help = "one 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: one_cli.c:925

(constructor) VLIB_CLI_COMMAND (one_map_register_enable_disable_command)

Definition at line 970 of file one_cli.c.

vlib_cli_command_t one_map_request_mode_command
Initial value:
= {
.path = "one map-request mode",
.short_help = "one 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: one_cli.c:521

(constructor) VLIB_CLI_COMMAND (one_map_request_mode_command)

Definition at line 560 of file one_cli.c.

vlib_cli_command_t one_pitr_set_locator_set_command
Initial value:
= {
.path = "one pitr",
.short_help = "one 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: one_cli.c:626

(constructor) VLIB_CLI_COMMAND (one_pitr_set_locator_set_command)

Definition at line 674 of file one_cli.c.

vlib_cli_command_t one_rloc_probe_enable_disable_command
Initial value:
= {
.path = "one rloc-probe",
.short_help = "one 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: one_cli.c:978

(constructor) VLIB_CLI_COMMAND (one_rloc_probe_enable_disable_command)

Definition at line 1023 of file one_cli.c.

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

(constructor) VLIB_CLI_COMMAND (one_show_adjacencies_command)

Definition at line 66 of file one_cli.c.

vlib_cli_command_t one_show_eid_table_map_command
Initial value:
= {
.path = "show one eid-table map",
.short_help = "show one 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: one_cli.c:1058

(constructor) VLIB_CLI_COMMAND (one_show_eid_table_map_command)

Definition at line 1115 of file one_cli.c.

vlib_cli_command_t one_show_map_register_state_command
Initial value:
= {
.path = "show one map-register state",
.short_help = "show one map-register state",
}
static clib_error_t * lisp_show_map_register_state_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: one_cli.c:1600

(constructor) VLIB_CLI_COMMAND (one_show_map_register_state_command)

Definition at line 1614 of file one_cli.c.

vlib_cli_command_t one_show_map_request_command
Initial value:
= {
.path = "show one 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: one_cli.c:1443

(constructor) VLIB_CLI_COMMAND (one_show_map_request_command)

Definition at line 1465 of file one_cli.c.

vlib_cli_command_t one_show_map_request_mode_command
Initial value:
= {
.path = "show one map-request mode",
.short_help = "show one 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: one_cli.c:584

(constructor) VLIB_CLI_COMMAND (one_show_map_request_mode_command)

Definition at line 594 of file one_cli.c.

vlib_cli_command_t one_show_map_resolvers_command
Initial value:
= {
.path = "show one map-resolvers",
.short_help = "show one 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: one_cli.c:602

(constructor) VLIB_CLI_COMMAND (one_show_map_resolvers_command)

Definition at line 617 of file one_cli.c.

vlib_cli_command_t one_show_map_servers_command
Initial value:
= {
.path = "show one map-servers",
.short_help = "show one map servers",
}
static clib_error_t * lisp_show_map_servers_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: one_cli.c:1577

(constructor) VLIB_CLI_COMMAND (one_show_map_servers_command)

Definition at line 1592 of file one_cli.c.

vlib_cli_command_t one_show_petr_command
Initial value:
= {
.path = "show one 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: one_cli.c:1524

(constructor) VLIB_CLI_COMMAND (one_show_petr_command)

Definition at line 1569 of file one_cli.c.

vlib_cli_command_t one_show_pitr_command
Initial value:
= {
.path = "show one 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: one_cli.c:682

(constructor) VLIB_CLI_COMMAND (one_show_pitr_command)

Definition at line 727 of file one_cli.c.

vlib_cli_command_t one_show_rloc_probe_state_command
Initial value:
= {
.path = "show one rloc state",
.short_help = "show one RLOC state",
}
static clib_error_t * lisp_show_rloc_probe_state_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: one_cli.c:1622

(constructor) VLIB_CLI_COMMAND (one_show_rloc_probe_state_command)

Definition at line 1636 of file one_cli.c.

vlib_cli_command_t one_show_stats_command
Initial value:
= {
.path = "show one statistics status",
.short_help = "show ONE statistics enable/disable status",
}
static clib_error_t * lisp_show_stats_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: one_cli.c:1644

(constructor) VLIB_CLI_COMMAND (one_show_stats_command)

Definition at line 1654 of file one_cli.c.

vlib_cli_command_t one_show_stats_details_command
Initial value:
= {
.path = "show one statistics details",
.short_help = "show ONE statistics",
}
static clib_error_t * lisp_show_stats_details_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: one_cli.c:1662

(constructor) VLIB_CLI_COMMAND (one_show_stats_details_command)

Definition at line 1688 of file one_cli.c.

vlib_cli_command_t one_show_status_command
Initial value:
= {
.path = "show one status",
.short_help = "show one status",
}
static clib_error_t * lisp_show_status_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: one_cli.c:1038

(constructor) VLIB_CLI_COMMAND (one_show_status_command)

Definition at line 1050 of file one_cli.c.

vlib_cli_command_t one_stats_enable_disable_command
Initial value:
= {
.path = "one statistics",
.short_help = "enable/disable ONE statistics collecting",
}
static clib_error_t * lisp_stats_enable_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: one_cli.c:1696

(constructor) VLIB_CLI_COMMAND (one_stats_enable_disable_command)

Definition at line 1726 of file one_cli.c.

vlib_cli_command_t one_stats_flush_command
Initial value:
= {
.path = "one statistics flush",
.short_help = "Flush ONE statistics",
}
static clib_error_t * lisp_stats_flush_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: one_cli.c:1734

(constructor) VLIB_CLI_COMMAND (one_stats_flush_command)

Definition at line 1743 of file one_cli.c.

vlib_cli_command_t one_use_petr_set_locator_set_command
Initial value:
= {
.path = "one use-petr",
.short_help = "one 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: one_cli.c:1473

(constructor) VLIB_CLI_COMMAND (one_use_petr_set_locator_set_command)

Definition at line 1517 of file one_cli.c.