From: Maria Matějka Date: Fri, 26 Oct 2018 07:32:35 +0000 (+0200) Subject: Perf: Protocol to measure BIRD performance internally X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d13fa8c0d36c10e59f72037a2231bcdada559e67;p=thirdparty%2Fbird.git Perf: Protocol to measure BIRD performance internally --- diff --git a/configure.ac b/configure.ac index 4dda60cb3..da1a8f44d 100644 --- a/configure.ac +++ b/configure.ac @@ -271,7 +271,7 @@ if test "$enable_mpls_kernel" != no ; then fi fi -all_protocols="$proto_bfd babel bgp mrt ospf pipe radv rip $proto_rpki static" +all_protocols="$proto_bfd babel bgp mrt ospf perf pipe radv rip $proto_rpki static" all_protocols=`echo $all_protocols | sed 's/ /,/g'` diff --git a/doc/bird.sgml b/doc/bird.sgml index 8dc872e70..b9e2d4f29 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -25,7 +25,7 @@ configuration - something in config which is not keyword. Ondrej Filip @@ -3749,6 +3749,44 @@ protocol ospf MyOSPF { } +Perf +