From 977b82fba49b22d9548546d88b105945921efaed Mon Sep 17 00:00:00 2001 From: Igor Putovny Date: Wed, 21 Jun 2023 13:15:07 +0200 Subject: Basic route aggregation Add a new protocol offering route aggregation. User can specify list of route attributes in the configuration file and run route aggregation on the export side of the pipe protocol. Routes are sorted and for every group of equivalent routes new route is created and exported to the routing table. It is also possible to specify filter which will run for every route before aggregation. Furthermore, it will be possible to set attributes of new routes according to attributes of the aggregated routes. This is a work in progress. Original work by Igor Putovny, subsequent cleanups and finalization by Maria Matejka. --- proto/aggregator/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 proto/aggregator/Makefile (limited to 'proto/aggregator/Makefile') diff --git a/proto/aggregator/Makefile b/proto/aggregator/Makefile new file mode 100644 index 00000000..d1dae8dd --- /dev/null +++ b/proto/aggregator/Makefile @@ -0,0 +1,6 @@ +src := aggregator.c +obj := $(src-o-files) +$(all-daemon) +$(cf-local) + +tests_objs := $(tests_objs) $(src-o-files) -- cgit v1.2.3