Go to the source code of this file.
◆ teib_add()
◆ teib_del()
◆ teib_show()
◆ teib_show_one()
◆ teib_create_command
Initial value:= {
.path = "create teib",
.short_help = "create teib <interface> peer <addr> nh <addr> [nh-table-id <ID>]",
}
static clib_error_t * teib_add(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (teib_create_command)
Definition at line 90 of file teib_cli.c.
◆ teib_delete_command
Initial value:= {
.path = "delete teib",
.short_help = "delete teib <interface> peer <addr>",
}
static clib_error_t * teib_del(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (teib_delete_command)
Definition at line 156 of file teib_cli.c.
◆ teib_show_command
Initial value:= {
.path = "show teib",
.short_help = "show teib",
}
static clib_error_t * teib_show(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (teib_show_command)
Definition at line 181 of file teib_cli.c.