mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
fixup! fixup! fixup! Partial import reload looks working
This commit is contained in:
parent
5acdd8ec43
commit
76de8ca8be
@ -506,7 +506,6 @@ trie_match_net4(const struct f_trie *t, ip4_addr px, uint plen)
|
||||
|
||||
while (n)
|
||||
{
|
||||
log("ip4 filtering %x %x net %x", n->addr, n->accept, px);
|
||||
/* We are out of path */
|
||||
if (!ip4_prefix_equal(px, n->addr, MIN(plen, n->plen)))
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user