mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-08 18:11:54 +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 ====");
|
log("====PREFIXES BEFORE ====");
|
||||||
|
|
||||||
first_pass(p->root, p->trie_slab);
|
|
||||||
log("====FIRST PASS====");
|
log("====FIRST PASS====");
|
||||||
|
first_pass_new(p->root, p->trie_slab);
|
||||||
|
first_pass_after_check(p->root);
|
||||||
print_prefixes(p->root, p->addr_type);
|
print_prefixes(p->root, p->addr_type);
|
||||||
|
|
||||||
second_pass(p->root);
|
second_pass(p->root);
|
||||||
|
Loading…
Reference in New Issue
Block a user