aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Burns (alagalah) <alagalah@gmail.com>2016-09-16 09:22:56 -0700
committerKeith Burns <alagalah@gmail.com>2016-09-16 22:00:30 +0000
commit21bc8624f587f9a553e9af2637976fa183931a48 (patch)
tree3a92edacd31ade94dea99bc597acda18bc6fa62b
parent9b15f282952b12d1761c03ee48293baecaf32d0c (diff)
Update of release notes, disable SIXRD; VPP-412v16.09
Change-Id: I74ca4846e41f1bd8b4bf384f4c1e5791d0481f6d Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
-rw-r--r--RELEASE.md2
-rw-r--r--plugins/configure.ac2
2 files changed, 1 insertions, 3 deletions
diff --git a/RELEASE.md b/RELEASE.md
index e31dbba2a34..b17180f7735 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -16,9 +16,7 @@ Release Notes
- IPv6 ILA.
- iOAM.
- Load Balancer.
- - SIXRD.
- SNAT.
- - VCGN.
- High-performance (line-rate) “neutron like” L4 port-filtering.
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)