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
} |
| |
◆ cop_feature_type_t
| 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.
◆ vnet_cop_t
| Enumerator |
|---|
| VNET_COP_IP4 | |
| VNET_COP_IP6 | |
| VNET_COP_DEFAULT | |
| VNET_N_COPS | |
Definition at line 32 of file cop.h.
◆ cop_interface_enable_disable()
| int cop_interface_enable_disable |
( |
u32 |
sw_if_index, |
|
|
int |
enable_disable |
|
) |
| |
◆ cop_whitelist_enable_disable()
◆ cop_input_node
(constructor) VLIB_REGISTER_NODE (cop_input_node)
Definition at line 258 of file node1.c.
◆ cop_main
Definition at line 17 of file cop.c.