FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | input_acl_main_t |
Enumerations | |
enum | input_acl_table_id_t { INPUT_ACL_TABLE_IP4, INPUT_ACL_TABLE_IP6, INPUT_ACL_TABLE_L2, INPUT_ACL_N_TABLES } |
enum | acl_next_index_t { ACL_NEXT_INDEX_DENY, ACL_NEXT_INDEX_N_NEXT } |
Functions | |
int | vnet_set_input_acl_intfc (vlib_main_t *vm, u32 sw_if_index, u32 ip4_table_index, u32 ip6_table_index, u32 l2_table_index, u32 is_add) |
Variables | |
input_acl_main_t | input_acl_main |
enum acl_next_index_t |
Enumerator | |
---|---|
ACL_NEXT_INDEX_DENY | |
ACL_NEXT_INDEX_N_NEXT |
Definition at line 31 of file input_acl.h.
enum input_acl_table_id_t |
Enumerator | |
---|---|
INPUT_ACL_TABLE_IP4 | |
INPUT_ACL_TABLE_IP6 | |
INPUT_ACL_TABLE_L2 | |
INPUT_ACL_N_TABLES |
Definition at line 23 of file input_acl.h.
int vnet_set_input_acl_intfc | ( | vlib_main_t * | vm, |
u32 | sw_if_index, | ||
u32 | ip4_table_index, | ||
u32 | ip6_table_index, | ||
u32 | l2_table_index, | ||
u32 | is_add | ||
) |
Definition at line 59 of file input_acl.c.
input_acl_main_t input_acl_main |
Definition at line 19 of file input_acl.c.