X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Facl%2Facl.h;h=07ed8681ef129836815e680f29160598ac7b5d5b;hb=c43b3f986476ffb4506b7115898e809a6e34f601;hp=263867b61ffaf02be6ca6f341f651857203fd4df;hpb=be2251b0c5b10a3a556e75c9bfbea96df4799297;p=vpp.git diff --git a/src/plugins/acl/acl.h b/src/plugins/acl/acl.h index 263867b61ff..07ed8681ef1 100644 --- a/src/plugins/acl/acl.h +++ b/src/plugins/acl/acl.h @@ -188,6 +188,12 @@ typedef struct { u32 *acl_dot1q_output_classify_table_by_sw_if_index; u32 *acl_dot1ad_output_classify_table_by_sw_if_index; + u32 *acl_etype_input_classify_table_by_sw_if_index; + u32 *acl_etype_output_classify_table_by_sw_if_index; + + u16 **input_etype_whitelist_by_sw_if_index; + u16 **output_etype_whitelist_by_sw_if_index; + /* MACIP (input) ACLs associated with the interfaces */ u32 *macip_acl_by_sw_if_index;