From: Maria Matejka Date: Fri, 10 May 2024 14:22:16 +0000 (+0200) Subject: Dropping obsolete protocol Perf X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a520e364bd61c28ab6c33df70acf310063733e4;p=thirdparty%2Fbird.git Dropping obsolete protocol Perf We have now better methods how to measure overall performance and this obsolete protocol has basically rotten away. If anybody needs its features, feel free to revive it in future. --- diff --git a/configure.ac b/configure.ac index f8be2847e..68e8b3126 100644 --- a/configure.ac +++ b/configure.ac @@ -309,7 +309,7 @@ if test "$enable_mpls_kernel" != no ; then fi # temporarily removed "mrt" from all_protocols to speed up 3.0-alpha1 release -all_protocols="aggregator bfd babel bgp l3vpn ospf perf pipe radv rip rpki static" +all_protocols="aggregator bfd babel bgp l3vpn ospf pipe radv rip rpki static" all_protocols=`echo $all_protocols | sed 's/ /,/g'` if test "$with_protocols" = all ; then diff --git a/doc/bird.sgml b/doc/bird.sgml index 4fcebd0e3..26fade8de 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -4867,55 +4867,6 @@ protocol ospf MyOSPF { } -Perf -