Go to the source code of this file.
|
enum | vnet_cop_t { VNET_COP_IP4,
VNET_COP_IP6,
VNET_COP_DEFAULT,
VNET_N_COPS
} |
|
enum | cop_feature_type_t {
IP4_RX_COP_WHITELIST,
IP6_RX_COP_WHITELIST,
DEFAULT_RX_COP_WHITELIST,
IP4_RX_COP_INPUT,
IP6_RX_COP_INPUT,
DEFAULT_RX_COP_INPUT,
RX_COP_DROP,
COP_RX_N_FEATURES
} |
|
Enumerator |
---|
IP4_RX_COP_WHITELIST |
|
IP6_RX_COP_WHITELIST |
|
DEFAULT_RX_COP_WHITELIST |
|
IP4_RX_COP_INPUT |
|
IP6_RX_COP_INPUT |
|
DEFAULT_RX_COP_INPUT |
|
RX_COP_DROP |
|
COP_RX_N_FEATURES |
|
Definition at line 39 of file cop.h.
Enumerator |
---|
VNET_COP_IP4 |
|
VNET_COP_IP6 |
|
VNET_COP_DEFAULT |
|
VNET_N_COPS |
|
Definition at line 32 of file cop.h.
int cop_interface_enable_disable |
( |
u32 |
sw_if_index, |
|
|
int |
enable_disable |
|
) |
| |
Initial value:= {
.name = "cop-input",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static char * cop_input_error_strings[]
static uword cop_input_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static u8 * format_cop_input_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (cop_input_node)
Definition at line 261 of file node1.c.
Definition at line 17 of file cop.c.