]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
fixup! fixup! partial import seems working
authorKaterina Kubecova <katerina.kubecova@nic.cz>
Wed, 25 Oct 2023 11:41:23 +0000 (13:41 +0200)
committerKaterina Kubecova <katerina.kubecova@nic.cz>
Wed, 25 Oct 2023 11:41:23 +0000 (13:41 +0200)
nest/proto.c
proto/pipe/pipe.c

index 857d27e45927d511c5380e4b8a70c9f7f0338886..932d337ab19ccc08dab15582c91ae455f6a46679 100644 (file)
@@ -358,7 +358,6 @@ channel_roa_in_reload_done(struct channel_import_request *req)
 static void
 channel_roa_in_changed(struct settle *se)
 {
-  log("channel_roa in changed");
   struct roa_subscription *s = SKIP_BACK(struct roa_subscription, settle, se);
   struct channel *c = s->c;
 
@@ -761,10 +760,7 @@ channel_refeed_prefilter(const struct rt_prefilter *p, const net_addr *n)
   ASSERT_DIE(c->refeeding);
   for (struct channel_feeding_request *cfr = c->refeeding; cfr; cfr = cfr->next)
     if (!cfr->trie || trie_match_net(cfr->trie, n))
-    {
       return 1;
-    }
-  log(L_TRACE "%N filtered out of export", n);
   return 0;
 }
 
@@ -879,7 +875,6 @@ channel_schedule_reload(struct channel *c, struct channel_import_request *cir)
   }
   else
   {
-    CD(c, "Import with trie");
     c->reload_req.prefilter.mode = TE_ADDR_HOOK;
     c->reload_req.prefilter.hook = channel_import_prefilter;
   }
index cd2b3c9b1a5058a1011192a9eed1da1be64ccd60..c2cfa5a180e71880ead6569f0b3975da76acb717 100644 (file)
@@ -101,7 +101,6 @@ pipe_import_by_refeed_free(struct channel_feeding_request *cfr)
 {
   struct import_to_export_reload *reload = SKIP_BACK(struct import_to_export_reload, cfr, cfr);
   reload->cir->done(reload->cir);
-  log("free is done");
 }
 
 static int