From: Igor Putovny Date: Thu, 11 Apr 2024 14:33:08 +0000 (+0200) Subject: Use refactored first pass function X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=470facb69b727e09825e6e76c1416bdc331b7353;p=thirdparty%2Fbird.git Use refactored first pass function --- diff --git a/proto/aggregator/aggregator.c b/proto/aggregator/aggregator.c index 309d03d58..7925391de 100644 --- a/proto/aggregator/aggregator.c +++ b/proto/aggregator/aggregator.c @@ -895,8 +895,9 @@ calculate_trie(void *P) log("====PREFIXES BEFORE ===="); - first_pass(p->root, p->trie_slab); log("====FIRST PASS===="); + first_pass_new(p->root, p->trie_slab); + first_pass_after_check(p->root); print_prefixes(p->root, p->addr_type); second_pass(p->root);