From 21bc8624f587f9a553e9af2637976fa183931a48 Mon Sep 17 00:00:00 2001 From: "Keith Burns (alagalah)" Date: Fri, 16 Sep 2016 09:22:56 -0700 Subject: Update of release notes, disable SIXRD; VPP-412 Change-Id: I74ca4846e41f1bd8b4bf384f4c1e5791d0481f6d Signed-off-by: Keith Burns (alagalah) --- RELEASE.md | 2 -- plugins/configure.ac | 2 +- 2 files changed, 1 insertion(+), 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) -- cgit 1.2.3-korg