mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Hostcache should use trie to filter relevant route changes.
This commit is contained in:
@@ -114,8 +114,8 @@ attach_node(struct f_trie_node *parent, struct f_trie_node *child)
|
||||
* @h: prefix upper bound
|
||||
*
|
||||
* Adds prefix (prefix pattern) @px/@plen to trie @t. @l and @h are lower
|
||||
* and upper bounds on accepted prefix lengths, both inclusive. 0 <=
|
||||
* l, h <= 32 (128 for IPv6).
|
||||
* and upper bounds on accepted prefix lengths, both inclusive.
|
||||
* 0 <= l, h <= 32 (128 for IPv6).
|
||||
*/
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user