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 |
|
) |
| |
(constructor) VLIB_REGISTER_NODE (cop_input_node)
Definition at line 258 of file node1.c.
Definition at line 17 of file cop.c.