From: Maria Matejka Date: Fri, 2 Jan 2026 19:22:29 +0000 (+0100) Subject: BMP: Build by default, it is no longer experimental. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fbird.git BMP: Build by default, it is no longer experimental. --- diff --git a/configure.ac b/configure.ac index c27573cf2..054e9c073 100644 --- a/configure.ac +++ b/configure.ac @@ -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'`