Go to the source code of this file.
Definition at line 36 of file cli.c.
Definition at line 93 of file cli.c.
Initial value:= {
.path = "create host-interface",
.short_help = "create host-interface name <interface name> [hw-addr <mac>]",
}
static clib_error_t * af_packet_create_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (af_packet_create_command)
Definition at line 85 of file cli.c.
Initial value:= {
.path = "delete host-interface",
.short_help = "delete host-interface name <interface name>",
}
static clib_error_t * af_packet_delete_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (af_packet_delete_command)
Definition at line 123 of file cli.c.