From 16144c19a81439c462bdbc366c610c56c387f9a7 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 12 Apr 2023 18:42:59 +0200 Subject: [PATCH] Temporarily disable MRT as it still lacks proper locking; to be re-enabled in 3.0-alpha2 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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