Update of release notes, disable SIXRD; VPP-412
[vpp.git] / plugins / configure.ac
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)