Go to the source code of this file.
◆ nhrp_add()
◆ nhrp_del()
◆ nhrp_show()
◆ nhrp_show_one()
◆ nhrp_create_command
Initial value:= {
.path = "create nhrp",
.short_help = "create nhrp <interface> peer <addr> nh <addr> [nh-table-id <ID>]",
}
static clib_error_t * nhrp_add(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (nhrp_create_command)
Definition at line 90 of file nhrp_cli.c.
◆ nhrp_delete_command
Initial value:= {
.path = "delete nhrp",
.short_help = "delete nhrp <interface> peer <addr>",
}
static clib_error_t * nhrp_del(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (nhrp_delete_command)
Definition at line 156 of file nhrp_cli.c.
◆ nhrp_show_command
Initial value:= {
.path = "show nhrp",
.short_help = "show nhrp",
}
static clib_error_t * nhrp_show(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (nhrp_show_command)
Definition at line 181 of file nhrp_cli.c.