0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00
bird/proto/stats
Vojtech Vilimek d648c6b602 Protocol stats: a WIP implementation of conditional routes
Add new global counter for stats channel

New symbol is added for each stats protocol channel, the symbol is accessed by
same name as the underlying channel. Symbols evaluate to the sum of all routes
exported from connected table with generation less than max generation of
particular channel. Default max generation is 16.

Beware you shouldn't make cyclic references as the behavior of such
configuration is not defined!
2023-09-26 10:42:28 +02:00
..
config.Y Protocol stats: a WIP implementation of conditional routes 2023-09-26 10:42:28 +02:00
Doc Protocol stats: a WIP implementation of conditional routes 2023-09-26 10:42:28 +02:00
Makefile Protocol stats: a WIP implementation of conditional routes 2023-09-26 10:42:28 +02:00
stats-pub.h Protocol stats: a WIP implementation of conditional routes 2023-09-26 10:42:28 +02:00
stats.c Protocol stats: a WIP implementation of conditional routes 2023-09-26 10:42:28 +02:00
stats.h Protocol stats: a WIP implementation of conditional routes 2023-09-26 10:42:28 +02:00