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 netmap",
.short_help = "create netmap name [<intf name>|valeXXX:YYY] "
"[hw-addr <mac>] [pipe] [master|slave]",
}
static clib_error_t * netmap_create_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (netmap_create_command)
Definition at line 87 of file cli.c.
Initial value:= {
.path = "delete netmap",
.short_help = "delete netmap name <interface name>",
}
static clib_error_t * netmap_delete_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (netmap_delete_command)
Definition at line 125 of file cli.c.