0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 20:28:43 +00:00
bird/filter
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
data.c Logging: Abolished stdio in favor of write() to make the logging faster. 2023-09-24 20:40:06 +02:00
data.h Merge commit '7fb23041a52d01754c53ba963e2282e524813364' into thread-next 2023-01-23 19:46:26 +01:00
decl.m4 Merge commit '2f080b54' into thread-next-iface 2023-04-14 13:59:23 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
f-inst.c Protocol stats: a WIP implementation of conditional routes 2023-09-26 10:42:28 +02:00
f-inst.h Filter iterator accepts lines instead of filter 2023-09-24 20:43:04 +02:00
f-util.c Moved config-related allocations to config_pool and showing its size in memory usage 2022-11-01 16:38:24 +01:00
filter_test.c Removed config reparsing from unrelated tests 2023-01-19 11:00:38 +01:00
filter.c Protocol stats: a WIP implementation of conditional routes 2023-09-26 10:42:28 +02:00
filter.h Merge commit '17f91f9e6e70f7e3f29502e854823c0d48571eaa' into haugesund 2022-05-30 16:59:24 +02:00
Makefile Filter: Pre-evaluation of constant expressions 2019-07-02 10:45:53 +02:00
test-reconf-begin.conf Filters: comparison of functions and filters caching 2019-02-26 16:44:24 +01:00
test-reconf-end.conf Filters: comparison of functions and filters caching 2019-02-26 16:44:24 +01:00
test.conf Merge commit '3186ffe79714a48542d5ad61a94c81216b522fd0' into thread-next 2023-01-24 09:45:40 +01:00
test.conf2 Removing the route scope attribute. Use custom attributes instead. 2022-05-04 15:39:21 +02:00
test.conf.inc filter/test.conf: Replace print func with assert and format 2016-11-16 12:22:01 +01:00
tree_test.c Linpool state save and restore refactoring 2023-05-06 10:50:31 +02:00
tree.c Filter: Change linearization of branches in switch instruction 2023-01-07 20:18:44 +01:00
trie_test.c Removed config reparsing from unrelated tests 2023-01-19 11:00:38 +01:00
trie.c Trie: Fix trie format 2022-02-06 23:27:13 +01:00