|
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
|
static clib_error_t * | lisp_show_adjacencies_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
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 clib_error_t * | lisp_add_del_local_eid_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | lisp_eid_table_map_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
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. More...
|
|
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. More...
|
|
static clib_error_t * | lisp_map_request_mode_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static u8 * | format_lisp_map_request_mode (u8 *s, va_list *args) |
|
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 clib_error_t * | lisp_show_map_resolvers_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
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 clib_error_t * | lisp_show_pitr_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static u8 * | format_eid_entry (u8 *s, va_list *args) |
|
static clib_error_t * | lisp_show_eid_table_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | lisp_enable_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static clib_error_t * | lisp_disable_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
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 clib_error_t * | lisp_rloc_probe_enable_disable_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static u8 * | format_lisp_status (u8 *s, va_list *args) |
|
static clib_error_t * | lisp_show_status_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
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 clib_error_t * | lisp_add_del_locator_set_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
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 clib_error_t * | lisp_cp_show_locator_sets_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
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 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 clib_error_t * | lisp_show_mreq_itr_rlocs_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
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 clib_error_t * | lisp_show_petr_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
◆ format_eid_entry()
static u8* format_eid_entry |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_lisp_map_request_mode()
static u8* format_lisp_map_request_mode |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ format_lisp_status()
static u8* format_lisp_status |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ lisp_add_del_adjacency_command_fn()
Handler for add/del adjacency CLI.
Definition at line 436 of file lisp_cli.c.
◆ lisp_add_del_local_eid_command_fn()
◆ lisp_add_del_locator_in_set_command_fn()
◆ lisp_add_del_locator_set_command_fn()
◆ lisp_add_del_map_resolver_command_fn()
◆ lisp_add_del_map_server_command_fn()
◆ lisp_add_del_mreq_itr_rlocs_command_fn()
◆ lisp_add_del_remote_mapping_command_fn()
Handler for add/del remote mapping CLI.
- Parameters
-
vm | vlib context |
input | input from user |
cmd | cmd |
- Returns
- pointer to clib error structure
Definition at line 294 of file lisp_cli.c.
◆ lisp_cp_show_locator_sets_command_fn()
◆ lisp_disable_command_fn()
◆ lisp_eid_table_map_command_fn()
◆ lisp_enable_command_fn()
◆ lisp_map_register_enable_disable_command_fn()
◆ lisp_map_request_mode_command_fn()
◆ lisp_pitr_set_locator_set_command_fn()
◆ lisp_rloc_probe_enable_disable_command_fn()
◆ lisp_show_adjacencies_command_fn()
◆ lisp_show_eid_table_command_fn()
◆ lisp_show_eid_table_map_command_fn()
◆ lisp_show_map_request_mode_command_fn()
◆ lisp_show_map_resolvers_command_fn()
◆ lisp_show_mreq_itr_rlocs_command_fn()
◆ lisp_show_petr_command_fn()
◆ lisp_show_pitr_command_fn()
◆ lisp_show_status_command_fn()
◆ lisp_use_petr_set_locator_set_command_fn()
◆ lisp_add_del_adjacency_command
Initial value:= {
.path = "lisp adjacency",
.short_help = "lisp adjacency add|del vni <vni> reid <remote-eid> "
"leid <local-eid>",
}
(constructor) VLIB_CLI_COMMAND (lisp_add_del_adjacency_command)
Definition at line 529 of file lisp_cli.c.
◆ 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 ]",
}
(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
Initial value:= {
.path = "lisp map-request itr-rlocs",
.short_help = "lisp map-request itr-rlocs add/del <locator_set_name>",
}
(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
Initial value:= {
.path = "lisp map-resolver",
.short_help = "lisp map-resolver add/del <ip_address>",
}
(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
Initial value:= {
.path = "lisp map-server",
.short_help = "lisp map-server add|del <ip>",
}
(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
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> ... ]",
}
(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
Initial value:= {
.path = "lisp locator",
.short_help = "lisp locator add/del locator-set <name> iface <iface-name> "
"p <priority> w <weight>",
}
(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
Initial value:= {
.path = "lisp locator-set",
.short_help = "lisp locator-set add/del <name> [iface <iface-name> "
"p <priority> w <weight>]",
}
(constructor) VLIB_CLI_COMMAND (lisp_cp_add_del_locator_set_command)
Definition at line 1205 of file lisp_cli.c.
◆ lisp_cp_disable_command
Initial value:= {
.path = "lisp disable",
.short_help = "lisp disable",
}
(constructor) VLIB_CLI_COMMAND (lisp_cp_disable_command)
Definition at line 931 of file lisp_cli.c.
◆ lisp_cp_enable_command
Initial value:= {
.path = "lisp enable",
.short_help = "lisp enable",
}
(constructor) VLIB_CLI_COMMAND (lisp_cp_enable_command)
Definition at line 910 of file lisp_cli.c.
◆ lisp_cp_show_eid_table_command
Initial value:= {
.path = "show lisp eid-table",
.short_help = "show lisp eid-table [local|remote|eid <eid>]",
}
(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
Initial value:= {
.path = "show lisp locator-set",
.short_help = "Shows locator-sets",
}
(constructor) VLIB_CLI_COMMAND (lisp_cp_show_locator_sets_command)
Definition at line 1339 of file lisp_cli.c.
◆ 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>",
}
(constructor) VLIB_CLI_COMMAND (lisp_eid_table_map_command)
Definition at line 278 of file lisp_cli.c.
◆ lisp_map_register_enable_disable_command
Initial value:= {
.path = "lisp map-register",
.short_help = "lisp map-register [enable|disable]",
}
(constructor) VLIB_CLI_COMMAND (lisp_map_register_enable_disable_command)
Definition at line 984 of file lisp_cli.c.
◆ lisp_map_request_mode_command
Initial value:= {
.path = "lisp map-request mode",
.short_help = "lisp map-request mode dst-only|src-dst",
}
(constructor) VLIB_CLI_COMMAND (lisp_map_request_mode_command)
Definition at line 579 of file lisp_cli.c.
◆ lisp_pitr_set_locator_set_command
Initial value:= {
.path = "lisp pitr",
.short_help = "lisp pitr [disable] ls <locator-set-name>",
}
(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
Initial value:= {
.path = "lisp rloc-probe",
.short_help = "lisp rloc-probe [enable|disable]",
}
(constructor) VLIB_CLI_COMMAND (lisp_rloc_probe_enable_disable_command)
Definition at line 1037 of file lisp_cli.c.
◆ lisp_show_adjacencies_command
Initial value:= {
.path = "show lisp adjacencies",
.short_help = "show lisp adjacencies",
}
(constructor) VLIB_CLI_COMMAND (lisp_show_adjacencies_command)
Definition at line 68 of file lisp_cli.c.
◆ lisp_show_eid_table_map_command
Initial value:= {
.path = "show lisp eid-table map",
.short_help = "show lisp eid-table map l2|l3",
}
(constructor) VLIB_CLI_COMMAND (lisp_show_eid_table_map_command)
Definition at line 1129 of file lisp_cli.c.
◆ lisp_show_map_request_command
Initial value:= {
.path = "show lisp map-request itr-rlocs",
.short_help = "Shows map-request itr-rlocs",
}
(constructor) VLIB_CLI_COMMAND (lisp_show_map_request_command)
Definition at line 1485 of file lisp_cli.c.
◆ lisp_show_map_request_mode_command
Initial value:= {
.path = "show lisp map-request mode",
.short_help = "show lisp map-request mode",
}
(constructor) VLIB_CLI_COMMAND (lisp_show_map_request_mode_command)
Definition at line 613 of file lisp_cli.c.
◆ lisp_show_map_resolvers_command
Initial value:= {
.path = "show lisp map-resolvers",
.short_help = "show lisp map-resolvers",
}
(constructor) VLIB_CLI_COMMAND (lisp_show_map_resolvers_command)
Definition at line 636 of file lisp_cli.c.
◆ lisp_show_petr_command
Initial value:= {
.path = "show lisp petr",
.short_help = "Show petr",
}
(constructor) VLIB_CLI_COMMAND (lisp_show_petr_command)
Definition at line 1590 of file lisp_cli.c.
◆ lisp_show_pitr_command
Initial value:= {
.path = "show lisp pitr",
.short_help = "Show pitr",
}
(constructor) VLIB_CLI_COMMAND (lisp_show_pitr_command)
Definition at line 748 of file lisp_cli.c.
◆ lisp_show_status_command
Initial value:= {
.path = "show lisp status",
.short_help = "show lisp status",
}
(constructor) VLIB_CLI_COMMAND (lisp_show_status_command)
Definition at line 1064 of file lisp_cli.c.
◆ lisp_use_petr_set_locator_set_command
Initial value:= {
.path = "lisp use-petr",
.short_help = "lisp use-petr [disable] <petr-ip>",
}
(constructor) VLIB_CLI_COMMAND (lisp_use_petr_set_locator_set_command)
Definition at line 1538 of file lisp_cli.c.
static clib_error_t * lisp_eid_table_map_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
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 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 clib_error_t * lisp_cp_show_locator_sets_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
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.
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 clib_error_t * lisp_add_del_locator_set_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * lisp_show_map_resolvers_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
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 clib_error_t * lisp_show_pitr_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
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 clib_error_t * lisp_enable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * lisp_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * lisp_show_eid_table_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * lisp_show_adjacencies_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * lisp_show_status_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
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.
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 clib_error_t * lisp_add_del_map_server_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
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 clib_error_t * lisp_show_petr_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
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 clib_error_t * lisp_rloc_probe_enable_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * lisp_map_request_mode_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
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 clib_error_t * lisp_add_del_mreq_itr_rlocs_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)