]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
BMP: Build by default, it is no longer experimental. master
authorMaria Matejka <mq@ucw.cz>
Fri, 2 Jan 2026 19:22:29 +0000 (20:22 +0100)
committerMaria Matejka <mq@ucw.cz>
Tue, 7 Apr 2026 09:53:19 +0000 (11:53 +0200)
configure.ac

index c27573cf2de9f27f9a22e8b138520aee4af78114..054e9c073184d047018c486bbd483d3bad63e038 100644 (file)
@@ -319,7 +319,7 @@ if test "$enable_mpls_kernel" != no ; then
   fi
 fi
 
-all_protocols="aggregator $proto_bfd babel bgp l3vpn mrt ospf perf pipe radv rip rpki static"
+all_protocols="aggregator $proto_bfd babel bgp bmp l3vpn mrt ospf perf pipe radv rip rpki static"
 
 all_protocols=`echo $all_protocols | sed 's/ /,/g'`