Go to the source code of this file.
Definition at line 29 of file cli.c.
Definition at line 66 of file cli.c.
Initial value:= {
.path = "create interface marvell pp2",
.short_help = "create interface marvell pp2 [name <ifname>]",
}
static clib_error_t * mrvl_pp2_create_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (mrvl_pp2_create_command)
Definition at line 58 of file cli.c.
Initial value:= {
.path = "delete interface marvell pp2",
.short_help = "delete interface marvell pp2 "
"{<interface> | sw_if_index <sw_idx>}",
}
static clib_error_t * mrvl_pp2_delete_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (mrvl_pp2_delete_command)
Definition at line 109 of file cli.c.