0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/conf
Igor Putovny 8e8a6def2e Basic 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.
2023-09-24 15:41:38 +02:00
..
cf-lex.l Structures bytestring and adata merged into adata. 2023-09-20 14:03:05 +02:00
conf.c Conf: Symbol hashes for all scopes 2023-09-12 15:20:50 +02:00
conf.h Structures bytestring and adata merged into adata. 2023-09-20 14:03:05 +02:00
confbase.Y Basic route aggregation 2023-09-24 15:41:38 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
flowspec.Y Moved config-related allocations to config_pool and showing its size in memory usage 2022-11-01 16:38:24 +01:00
gen_commands.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
gen_keywords.m4 Filter: Methods rework 2023-09-12 16:19:33 +02:00
gen_parser.m4 Filter/Conf: Method names have their own keyword hash 2023-09-12 15:47:24 +02:00
Makefile Merge branch 'master' into HEAD 2019-03-18 12:54:40 +01:00