Go to the source code of this file.
◆ graph_node_print()
◆ graph_node_show_cmd()
◆ node_cmp()
static int node_cmp |
( |
void * |
a1, |
|
|
void * |
a2 |
|
) |
| |
|
static |
◆ graph_node_show_command
Initial value:= {
.path = "show graph",
.short_help = "show graph [node <index>|<name>] [want_arcs] [input|trace_supported] [drop] [output] [punt] [handoff] [no_free] [polling] [interrupt]",
}
static clib_error_t * graph_node_show_cmd(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (graph_node_show_command)
Definition at line 136 of file graph_cli.c.