diff options
-rw-r--r-- | RELEASE.md | 2 | ||||
-rw-r--r-- | plugins/configure.ac | 2 |
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) |