acl-plugin: implement ACL lookup contexts for "ACL as a service" use by other plugins
[vpp.git] / src / plugins / acl.am
index 0a41448..b67191e 100644 (file)
@@ -17,6 +17,7 @@ vppplugins_LTLIBRARIES += acl_plugin.la
 acl_plugin_la_SOURCES =                                \
        acl/acl.c                               \
        acl/hash_lookup.c                       \
+       acl/lookup_context.c                    \
        acl/fa_node.c                   \
        acl/l2sess.h                            \
        acl/manual_fns.h                        \