Ensure sw_if_index to node mapping for L2 output path is only done via l2output_main...
[vpp.git] / plugins / acl-plugin / acl / acl.h
index afc9b28..88984bc 100644 (file)
@@ -123,9 +123,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) */