X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=plugins%2Fconfigure.ac;h=cf58bf755186c1d3b56312cc5baa4761c0acee89;hb=58290ea2f6364fdc6f0dd9c201d6d0b84025f3d3;hp=ec06d0aa21943bdb1aaeb87e867af0354471f876;hpb=fd8181b694f97376c880e6b70ec63a8a678ef613;p=vpp.git diff --git a/plugins/configure.ac b/plugins/configure.ac index ec06d0aa219..cf58bf75518 100644 --- a/plugins/configure.ac +++ b/plugins/configure.ac @@ -11,7 +11,7 @@ AC_ARG_ENABLE(tests, [enable_tests=0]) AC_ARG_WITH(dpdk, - AC_HELP_STRING([--with-dpdk],[Use the Intel dpdk]), + AC_HELP_STRING([--with-dpdk],[Use DPDK]), [with_dpdk=1], [with_dpdk=0]) @@ -57,6 +57,8 @@ PLUGIN_ENABLED(sixrd) PLUGIN_ENABLED(ioam) PLUGIN_ENABLED(snat) PLUGIN_ENABLED(ila) +PLUGIN_ENABLED(lb) +PLUGIN_ENABLED(flowperpkt) # Disabled plugins, require --enable-XXX-plugin PLUGIN_DISABLED(vcgn)