]> git.ipfire.org Git - thirdparty/bird.git/commit
Extend the trie_walk_init api + test trie-new
authorVojtech Vilimek <vojtech.vilimek@nic.cz>
Fri, 7 Apr 2023 15:27:20 +0000 (17:27 +0200)
committerVojtech Vilimek <vojtech.vilimek@nic.cz>
Tue, 11 Jul 2023 14:58:21 +0000 (16:58 +0200)
commit722eab2fe7f81061e16cdbfbbbcd3c6d5fe2d30f
tree544564a84b73b4d390b1378e6da020fbaa4f9352
parent324252975004154cc70623c94f05083bff100209
Extend the trie_walk_init api + test

The trie_walk_init() function now supports also searching whole trie
subnet and all successor nets (in lexicographic order). This behavior
can be accomplished by setting @net, and @include_successors to subnet,
and non-zero respectivelly.
filter/data.h
filter/trie-data-edge [new file with mode: 0644]
filter/trie.c
filter/trie_test.c
nest/rt-show.c