0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 11:55:21 +00:00

Use refactored first pass function

This commit is contained in:
Igor Putovny 2024-04-11 16:33:08 +02:00
parent 07d3f682ad
commit 470facb69b

View File

@ -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);