0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/filter
Ondrej Zajicek (work) 6aaaa63519 Change parser to handle numbers as unsigned
Lexer always parsed numbers as unsigned, but parser handled them as
signed and grammar contained many unnecessary checks for negativity.
2017-05-23 17:40:19 +02:00
..
config.Y Change parser to handle numbers as unsigned 2017-05-23 17:40:19 +02:00
Doc Reimplementation of prefix sets. 2009-03-31 12:55:57 +02:00
f-util.c Rewrite roa_check() for integrated BIRD 2016-01-20 16:46:58 +01:00
filter_test.c Linpool: default allocation size 2017-05-16 15:34:57 +02:00
filter.c Filter: Fix reconfiguration of roa_check() 2017-04-18 13:56:51 +02:00
filter.h Change parser to handle numbers as unsigned 2017-05-23 17:40:19 +02:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
test.conf Test: Fix broken test for filters 2017-04-26 14:11:28 +02:00
test.conf2 Unit Testing for BIRD 2016-11-09 16:36:34 +01: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: default allocation size 2017-05-16 15:34:57 +02:00
tree.c Minor code cleanups 2016-11-08 17:46:29 +01:00
trie_test.c Birdtest: Replace BT_SUCCESS and BT_FAILURE with 1 and 0 2016-11-11 17:43:09 +01:00
trie.c Merge branch 'master' into int-new 2016-11-08 19:27:58 +01:00