diff options
author | Keith Burns (alagalah) <alagalah@gmail.com> | 2016-09-16 09:22:56 -0700 |
---|---|---|
committer | Keith Burns <alagalah@gmail.com> | 2016-09-16 22:00:30 +0000 |
commit | 21bc8624f587f9a553e9af2637976fa183931a48 (patch) | |
tree | 3a92edacd31ade94dea99bc597acda18bc6fa62b /plugins | |
parent | 9b15f282952b12d1761c03ee48293baecaf32d0c (diff) |
Update of release notes, disable SIXRD; VPP-412v16.09
Change-Id: I74ca4846e41f1bd8b4bf384f4c1e5791d0481f6d
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/configure.ac b/plugins/configure.ac index 6ee064e8aaf..34c28a4b2f0 100644 --- a/plugins/configure.ac +++ b/plugins/configure.ac @@ -53,13 +53,13 @@ AM_CONDITIONAL(ENABLE_$1_PLUGIN, test "$enable_the_plugin" = "1") # SUBDIRS += new-plugin # endif -PLUGIN_ENABLED(sixrd) PLUGIN_ENABLED(ioam) PLUGIN_ENABLED(snat) PLUGIN_ENABLED(ila) PLUGIN_ENABLED(lb) # Disabled plugins, require --enable-XXX-plugin +PLUGIN_DISABLED(sixrd) PLUGIN_DISABLED(vcgn) PLUGIN_DISABLED(sample) |