0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-24 10:41:54 +00:00
bird/proto/stats
Vojtech Vilimek 727a8f32c4 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!
2022-07-20 17:04:49 +02:00
..
config.Y Add new global counter for stats channel 2022-07-20 17:04:49 +02:00
Doc Initial commit for new protocol `stats' 2022-07-13 15:39:14 +02:00
Makefile Initial commit for new protocol `stats' 2022-07-13 15:39:14 +02:00
stats.c Remove duplicate code in proto/stats/stats.c 2022-07-20 12:55:30 +02:00
stats.h Add new global counter for stats channel 2022-07-20 17:04:49 +02:00