Go to the source code of this file.
Definition at line 29 of file cli.c.
Definition at line 96 of file cli.c.
Initial value:= {
.path = "create memif",
.short_help = "create memif [key <key>] [socket <path>] "
"[ring-size <size>] [buffer-size <size>] [hw-addr <mac-address>] "
"<master|slave>",
}
static clib_error_t * memif_create_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (memif_create_command)
Definition at line 86 of file cli.c.
Initial value:= {
.path = "delete memif",
.short_help = "delete memif key <key-value>",
}
static clib_error_t * memif_delete_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (memif_delete_command)
Definition at line 126 of file cli.c.
Initial value:= {
.path = "show memif",
.short_help = "show memif",
}
static clib_error_t * memif_show_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (memif_show_command)
Definition at line 181 of file cli.c.