X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Facl%2Facl.h;h=0252ff388d8d3b704337aba445e209cc31735111;hb=refs%2Fchanges%2F09%2F5609%2F2;hp=620467886601b1019ee859f5e8a1e3b854b51d40;hpb=dfbee41b16541b51eb8f7f4d8a831ef9407fb419;p=vpp.git diff --git a/src/plugins/acl/acl.h b/src/plugins/acl/acl.h index 62046788660..0252ff388d8 100644 --- a/src/plugins/acl/acl.h +++ b/src/plugins/acl/acl.h @@ -122,9 +122,8 @@ typedef struct { u32 l2_output_classify_next_acl; /* next node indices for feature bitmap */ - u32 acl_in_node_input_next_node_index[32]; - /* the respective thing for the output feature */ - l2_output_next_nodes_st acl_out_output_next_nodes; + u32 acl_in_node_feat_next_node_index[32]; + u32 acl_out_node_feat_next_node_index[32]; /* ACL match actions (must be coherent across in/out ACLs to next indices (can differ) */