summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-04-12 18:42:59 +0200
committerMaria Matejka <mq@ucw.cz>2023-04-12 18:42:59 +0200
commit16144c19a81439c462bdbc366c610c56c387f9a7 (patch)
treec26397f9a2d5c73e14412490b28a0a2b29d96910
parent6e2f00ff9391ed41c7e0e991daff17f603d51c4d (diff)
Temporarily disable MRT as it still lacks proper locking; to be re-enabled in 3.0-alpha2
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b3735123..bf5c6df4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -306,7 +306,8 @@ if test "$enable_mpls_kernel" != no ; then
fi
fi
-all_protocols="bfd babel bgp mrt ospf perf pipe radv rip rpki static"
+# temporarily removed "mrt" from all_protocols to speed up 3.0-alpha1 release
+all_protocols="bfd babel bgp ospf perf pipe radv rip rpki static"
all_protocols=`echo $all_protocols | sed 's/ /,/g'`
if test "$with_protocols" = all ; then