Go to the source code of this file.
int cop_interface_enable_disable |
( |
u32 |
sw_if_index, |
|
|
int |
enable_disable |
|
) |
| |
Definition at line 20 of file cop.c.
Initial value:= {
.path = "cop interface",
.short_help =
"cop interface <interface-name> [disable]",
}
static clib_error_t * cop_enable_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (cop_interface_command)
Definition at line 221 of file cop.c.
Definition at line 17 of file cop.c.
Initial value:= {
.path = "cop whitelist",
.short_help =
"cop whitelist <interface-name> [ip4][ip6][default][fib-id <NN>][disable]",
}
static clib_error_t * cop_whitelist_enable_disable_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (cop_whitelist_command)
Definition at line 381 of file cop.c.