From 4581ecd8deb910cc79b3e6276dd213f6e86a5866 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 c59c8114..b8dfa0c7 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -4870,55 +4870,6 @@ protocol ospf MyOSPF { } -Perf -