Go to the source code of this file.
Definition at line 32 of file cli.c.
Definition at line 82 of file cli.c.
Initial value:= {
.path = "clear igmp",
.short_help = "clear igmp int <interface>",
}
static clib_error_t * igmp_clear_interface_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (igmp_clear_interface_command)
Definition at line 74 of file cli.c.
Initial value:= {
.path = "igmp listen",
.short_help = "igmp listen [<enable|disable>] "
"int <interface> saddr <ip4-address> gaddr <ip4-address>",
}
static clib_error_t * igmp_listen_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (igmp_listen_command)
Definition at line 153 of file cli.c.
Initial value:= {
.path = "show igmp config",
.short_help = "show igmp config",
}
static clib_error_t * igmp_show_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (igmp_show_command)
Definition at line 192 of file cli.c.