bird/filter
Jan Maria Matejka a946317fab Filter: Converted static global variables to a filter_state struct.
The static filter state was messy and blocked the planned parallel
execution of filters. Anyway, this will be also slower as the state
structure must be passed almost everywhere with us.
2019-02-20 22:30:53 +01:00
..
config.Y Custom route attributes 2018-12-06 09:55:21 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
f-util.c Custom route attributes 2018-12-06 09:55:21 +01:00
filter.c Filter: Converted static global variables to a filter_state struct. 2019-02-20 22:30:53 +01:00
filter.h Custom route attributes 2018-12-06 09:55:21 +01:00
filter_test.c Linpool: default allocation size 2017-05-16 15:34:57 +02:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
test.conf Filter: Add support for VPN_RD sets 2018-10-25 11:26:58 +02:00
test.conf.inc filter/test.conf: Replace print func with assert and format 2016-11-16 12:22:01 +01:00
test.conf2 Filter: the test conf checks also a bit of BGP args 2018-03-08 12:57:39 +01:00
tree.c Minor code cleanups 2016-11-08 17:46:29 +01:00
tree_test.c Linpool: default allocation size 2017-05-16 15:34:57 +02:00
trie.c Merge branch 'master' into int-new 2016-11-08 19:27:58 +01:00
trie_test.c Birdtest: Replace BT_SUCCESS and BT_FAILURE with 1 and 0 2016-11-11 17:43:09 +01:00