bond: Add bonding driver and LACP protocol
[vpp.git] / src / plugins / Makefile.am
index 37b2e25..03a39df 100644 (file)
@@ -71,6 +71,10 @@ if ENABLE_KUBEPROXY_PLUGIN
 include kubeproxy.am
 endif
 
+if ENABLE_LACP_PLUGIN
+include lacp.am
+endif
+
 if ENABLE_LB_PLUGIN
 include lb.am
 endif