0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 17:51:53 +00:00
bird/filter
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
data.c Removed forgotten remnants of unused enum rtc 2022-05-04 15:39:21 +02:00
data.h Moved route source attribute (RTS_*) to eattrs 2022-05-04 15:39:53 +02:00
decl.m4 Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
f-inst.c Add new global counter for stats channel 2022-07-20 17:04:49 +02:00
f-inst.h Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
f-util.c Explicit definition structures of route attributes 2022-05-04 15:39:19 +02:00
filter_test.c Filters always allocate from tmp_linpool 2022-05-04 15:37:41 +02:00
filter.c Add new global counter for stats channel 2022-07-20 17:04:49 +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 Fixed displaying BGP and RIP attributes after recent reworks 2022-06-27 12:32:47 +02: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 Replaced custom linpools in tests for the common tmp_linpool 2022-03-02 12:13:49 +01:00
tree.c Filter: Recursive filter iteration code 2021-02-07 19:21:42 +01:00
trie_test.c Replaced custom linpools in tests for the common tmp_linpool 2022-03-02 12:13:49 +01:00
trie.c Trie: Fix trie format 2022-02-06 23:27:13 +01:00