mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Use refactored first pass function
This commit is contained in:
parent
07d3f682ad
commit
470facb69b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user