mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
Temporarily disable MRT as it still lacks proper locking; to be re-enabled in 3.0-alpha2
This commit is contained in:
parent
6e2f00ff93
commit
16144c19a8
@ -306,7 +306,8 @@ if test "$enable_mpls_kernel" != no ; then
|
|||||||
fi
|
fi
|
||||||
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'`
|
all_protocols=`echo $all_protocols | sed 's/ /,/g'`
|
||||||
|
|
||||||
if test "$with_protocols" = all ; then
|
if test "$with_protocols" = all ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user