Go to the source code of this file.
Definition at line 29 of file cli.c.
Initial value:= {
.path = "create netmap",
.short_help = "create netmap name <ifname>|valeXXX:YYY "
"[hw-addr <mac-addr>] [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 152 of file cli.c.
Initial value:= {
.path = "delete netmap",
.short_help = "delete netmap name <ifname>|valeXXX:YYY",
}
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 215 of file cli.c.