]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Temporarily disable MRT as it still lacks proper locking; to be re-enabled in 3.0...
authorMaria Matejka <mq@ucw.cz>
Wed, 12 Apr 2023 16:42:59 +0000 (18:42 +0200)
committerMaria Matejka <mq@ucw.cz>
Wed, 12 Apr 2023 16:42:59 +0000 (18:42 +0200)
configure.ac

index b3735123009ece14c10d9e51e40f88053eac4bbe..bf5c6df453c84210438d400186b08d0717d4a2fc 100644 (file)
@@ -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