0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 20:28:43 +00:00
bird/proto
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
..
babel Babel: Remove interfaces on shutdown 2023-09-25 09:31:18 +02:00
bfd BFD: Fixed reconfiguration issues 2023-05-29 19:32:26 +02:00
bgp Export: More strict export state checking on change 2023-09-24 20:43:04 +02:00
mrt Resource pool closing has its dedicated function 2023-04-22 20:49:58 +02:00
ospf Resource pools are now bound with domains. 2023-04-24 10:33:28 +02:00
perf Merge commit '0bb04d5390f21b0c96fc4894ba5d5510c541f0ef' into HEAD 2023-02-07 14:27:23 +01:00
pipe Protocols have now assigned startup phases 2023-09-24 23:23:08 +02:00
radv Resource pools are now bound with domains. 2023-04-24 10:33:28 +02:00
rip Socket closing has its dedicated function 2023-04-22 20:48:42 +02:00
rpki Protocols have now assigned startup phases 2023-09-24 23:23:08 +02:00
static Protocols have now assigned startup phases 2023-09-24 23:23:08 +02:00
stats 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