acl-plugin: autosize the ACL plugin heap and fix the heap size types and parsing
[vpp.git] / src / plugins / acl.am
index 524d906..b67191e 100644 (file)
@@ -16,11 +16,9 @@ vppplugins_LTLIBRARIES += acl_plugin.la
 
 acl_plugin_la_SOURCES =                                \
        acl/acl.c                               \
-       acl/node_in.c                           \
-       acl/node_out.c                          \
+       acl/hash_lookup.c                       \
+       acl/lookup_context.c                    \
        acl/fa_node.c                   \
-       acl/l2sess.c                            \
-       acl/l2sess_node.c                       \
        acl/l2sess.h                            \
        acl/manual_fns.h                        \
        acl/acl_plugin.api.h