acl-plugin: add whitelisted ethertype mode (VPP-1163)
[vpp.git] / src / plugins / Makefile.am
index 5e54d0e..c2621e4 100644 (file)
@@ -83,6 +83,18 @@ if ENABLE_SIXRD_PLUGIN
 include sixrd.am
 endif
 
+if ENABLE_SRV6AD_PLUGIN
+include srv6_ad.am
+endif
+
+if ENABLE_SRV6AM_PLUGIN
+include srv6_am.am
+endif
+
+if ENABLE_SRV6AS_PLUGIN
+include srv6_as.am
+endif
+
 if ENABLE_NAT_PLUGIN
 include nat.am
 endif