From 9a520e364bd61c28ab6c33df70acf310063733e4 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Fri, 10 May 2024 16:22:16 +0200 Subject: [PATCH] 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. --- configure.ac | 2 +- doc/bird.sgml | 49 ------- nest/protocol.h | 2 +- proto/perf/Doc | 1 - proto/perf/Makefile | 6 - proto/perf/config.Y | 61 -------- proto/perf/parse.pl | 169 ----------------------- proto/perf/perf.c | 328 -------------------------------------------- proto/perf/perf.h | 48 ------- 9 files changed, 2 insertions(+), 664 deletions(-) delete mode 100644 proto/perf/Doc delete mode 100644 proto/perf/Makefile delete mode 100644 proto/perf/config.Y delete mode 100755 proto/perf/parse.pl delete mode 100644 proto/perf/perf.c delete mode 100644 proto/perf/perf.h diff --git a/configure.ac b/configure.ac index f8be2847..68e8b312 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 4fcebd0e..26fade8d 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -4867,55 +4867,6 @@ protocol ospf MyOSPF { } -Perf -