From 041eacc81656d2ed5bc01b96b15a7d03a1700f13 Mon Sep 17 00:00:00 2001 From: Pierre Pfister Date: Thu, 4 Aug 2016 16:13:09 +0100 Subject: VPP-130: MagLev-like Load Balancer This plugin provides load balancing for VPP in a way that is largely inspired from Google's MagLev: http://research.google.com/pubs/pub44824.html More info in the README.md Change-Id: I1223f495d5c2d5200808a398504119f2830337e9 Signed-off-by: Pierre Pfister --- plugins/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/configure.ac') diff --git a/plugins/configure.ac b/plugins/configure.ac index ec06d0aa219..6ee064e8aaf 100644 --- a/plugins/configure.ac +++ b/plugins/configure.ac @@ -57,6 +57,7 @@ PLUGIN_ENABLED(sixrd) PLUGIN_ENABLED(ioam) PLUGIN_ENABLED(snat) PLUGIN_ENABLED(ila) +PLUGIN_ENABLED(lb) # Disabled plugins, require --enable-XXX-plugin PLUGIN_DISABLED(vcgn) -- cgit 1.2.3-korg