diff options
Diffstat (limited to 'plugins/acl-plugin/acl/acl.h')
-rw-r--r-- | plugins/acl-plugin/acl/acl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/acl-plugin/acl/acl.h b/plugins/acl-plugin/acl/acl.h index afc9b289cee..88984bca82b 100644 --- a/plugins/acl-plugin/acl/acl.h +++ b/plugins/acl-plugin/acl/acl.h @@ -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) */ |