X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Facl%2Fl2sess.h;h=961c08c874934862c197717d974d7e0d503d3210;hb=refs%2Fchanges%2F09%2F5609%2F2;hp=888b53011ddada234a220d5aa61cff9d65378963;hpb=dfbee41b16541b51eb8f7f4d8a831ef9407fb419;p=vpp.git diff --git a/src/plugins/acl/l2sess.h b/src/plugins/acl/l2sess.h index 888b53011dd..961c08c8749 100644 --- a/src/plugins/acl/l2sess.h +++ b/src/plugins/acl/l2sess.h @@ -95,8 +95,7 @@ typedef struct { * on whether the node is an input or output one. */ #define _(node_name, node_var, is_out, is_ip6, is_track) \ - u32 node_var ## _input_next_node_index[32]; \ - l2_output_next_nodes_st node_var ## _next_nodes; + u32 node_var ## _feat_next_node_index[32]; foreach_l2sess_node #undef _ l2_output_next_nodes_st output_next_nodes;