Update of release notes, disable SIXRD; VPP-412 23/2923/2 v16.09
authorKeith Burns (alagalah) <alagalah@gmail.com>
Fri, 16 Sep 2016 16:22:56 +0000 (09:22 -0700)
committerKeith Burns <alagalah@gmail.com>
Fri, 16 Sep 2016 22:00:30 +0000 (22:00 +0000)
Change-Id: I74ca4846e41f1bd8b4bf384f4c1e5791d0481f6d
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
RELEASE.md
plugins/configure.ac

index e31dbba..b17180f 100644 (file)
@@ -16,9 +16,7 @@ Release Notes
   - IPv6 ILA.
   - iOAM.
   - Load Balancer.
-  - SIXRD.
   - SNAT.
-  - VCGN.
 
 - High-performance (line-rate) “neutron like” L4 port-filtering.
 
index 6ee064e..34c28a4 100644 (file)
@@ -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)