bird/test
Ondrej Zajicek (work) 14fc24f3a5 Trie: Implement longest-prefix-match queries and walks
The prefix trie now supports longest-prefix-match query by function
trie_match_longest_ipX() and it can be extended to iteration over all
covering prefixes for a given prefix (from longest to shortest) using
TRIE_WALK_TO_ROOT_IPx() macro.
2021-11-26 03:26:36 +01:00
..
birdtest.c Trie: Implement longest-prefix-match queries and walks 2021-11-26 03:26:36 +01:00
birdtest.h Filter: Add prefix trie benchmarks 2021-09-25 16:06:43 +02:00
bt-utils.c Test: Improve filter_test 2019-12-17 00:01:53 +01:00
bt-utils.h Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00