Go to the source code of this file.
|
enum | vnet_adl_t { VNET_ADL_IP4,
VNET_ADL_IP6,
VNET_ADL_DEFAULT,
VNET_N_ADLS
} |
|
enum | adl_feature_type_t {
IP4_RX_ADL_ALLOWLIST,
IP6_RX_ADL_ALLOWLIST,
DEFAULT_RX_ADL_ALLOWLIST,
IP4_RX_ADL_INPUT,
IP6_RX_ADL_INPUT,
DEFAULT_RX_ADL_INPUT,
RX_ADL_DROP,
ADL_RX_N_FEATURES
} |
|
◆ adl_buffer
◆ adl_feature_type_t
Enumerator |
---|
IP4_RX_ADL_ALLOWLIST | |
IP6_RX_ADL_ALLOWLIST | |
DEFAULT_RX_ADL_ALLOWLIST | |
IP4_RX_ADL_INPUT | |
IP6_RX_ADL_INPUT | |
DEFAULT_RX_ADL_INPUT | |
RX_ADL_DROP | |
ADL_RX_N_FEATURES | |
Definition at line 38 of file adl.h.
◆ vnet_adl_t
Enumerator |
---|
VNET_ADL_IP4 | |
VNET_ADL_IP6 | |
VNET_ADL_DEFAULT | |
VNET_N_ADLS | |
Definition at line 31 of file adl.h.
◆ adl_allowlist_enable_disable()
◆ adl_interface_enable_disable()
int adl_interface_enable_disable |
( |
u32 |
sw_if_index, |
|
|
int |
enable_disable |
|
) |
| |
◆ adl_input_node
(constructor) VLIB_REGISTER_NODE (adl_input_node)
Definition at line 258 of file node.c.
◆ adl_main
Definition at line 20 of file adl.c.