]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Aggregator: removed superfluous debug messages
authorMaria Matejka <mq@ucw.cz>
Fri, 22 Sep 2023 12:24:52 +0000 (14:24 +0200)
committerMaria Matejka <mq@ucw.cz>
Sun, 24 Sep 2023 14:17:30 +0000 (16:17 +0200)
proto/aggregator/aggregator.c
proto/aggregator/config.Y

index 09cddf6071ceee49d891548d10040b84b1eaf69b..596aa4c0e58d67e55f50cbf3041d80b1a767d7c3 100644 (file)
@@ -189,10 +189,11 @@ aggregator_bucket_update(struct aggregator_proto *p, struct aggregator_bucket *b
   struct rte *new = rte_get_temp(rta, bucket->rte->src);
   new->net = net;
 
+  /*
   log("=============== CREATE MERGED ROUTE ===============");
   log("New route created: id = %d, protocol: %s", new->src->global_id, new->src->proto->name);
   log("===================================================");
-
+  */
 
   /* merge filter needs one argument called "routes" */
   struct f_val val = {
index cb0ea31f6604ff90b404c5780fc7bcad0dcd4087..44b7752f14a398e4c78a8d345da5ccf6b10d941f 100644 (file)
@@ -49,7 +49,7 @@ aggregator_proto_item:
     int count = 0;
 
     for (const struct aggr_item_node *item = $3; item; item = item->next) {
-      log(L_WARN "type %d sacode %d", item->i.type, item->i.sa.sa_code);
+//      log(L_WARN "type %d sacode %d", item->i.type, item->i.sa.sa_code);
       if (item->i.type == AGGR_ITEM_STATIC_ATTR && item->i.sa.sa_code == SA_NET)
        net_present = 1;