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>]",
}
(constructor) VLIB_CLI_COMMAND (teib_create_command)
Definition at line 89 of file teib_cli.c.
◆ teib_delete_command
Initial value:= {
.path = "delete teib",
.short_help = "delete teib <interface> peer <addr>",
}
(constructor) VLIB_CLI_COMMAND (teib_delete_command)
Definition at line 154 of file teib_cli.c.
◆ teib_show_command
Initial value:= {
.path = "show teib",
.short_help = "show teib",
}
(constructor) VLIB_CLI_COMMAND (teib_show_command)
Definition at line 179 of file teib_cli.c.