From: Katerina Kubecova Date: Wed, 18 Oct 2023 10:22:37 +0000 (+0200) Subject: fixup! fixup! fixup! Partial import reload looks working X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76de8ca8be4339b40ece325c6b6eebd446cebe4a;p=thirdparty%2Fbird.git fixup! fixup! fixup! Partial import reload looks working --- diff --git a/filter/trie.c b/filter/trie.c index 1022a89c9..12ba0b82b 100644 --- a/filter/trie.c +++ b/filter/trie.c @@ -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;