Commit e4d782ba authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Send retractions even when there is no matching route.

parent 9dabc3e6
......@@ -905,6 +905,11 @@ flushupdates(struct network *net)
last_prefix = route->src->prefix;
last_plen = route->src->plen;
continue;
} else {
/* check_xroutes sends updates after retracting an xroute,
so send a retraction if there's no matching route. */
really_send_update(net, myid, b[i].prefix, b[i].plen,
myseqno, INFINITY);
}
}
schedule_flush_now(net);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment