From c477f48916d74c2db6156145851f9536ae0a0a6c Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Tue, 27 Jul 2010 18:20:12 +0200 Subject: Hostcache should use trie to filter relevant route changes. --- filter/trie.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'filter') diff --git a/filter/trie.c b/filter/trie.c index 522eb99..2f0edfa 100644 --- a/filter/trie.c +++ b/filter/trie.c @@ -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 -- cgit v1.2.3