Commit 1fecee3b authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Send an urgent update when a new route appears.

parent e75f922c
...@@ -435,7 +435,7 @@ consider_route(struct route *route) ...@@ -435,7 +435,7 @@ consider_route(struct route *route)
if(installed && route->installed) if(installed && route->installed)
send_triggered_update(route, installed->src, installed->metric); send_triggered_update(route, installed->src, installed->metric);
else else
send_update(NULL, 0, route->src->prefix, route->src->plen); send_update(NULL, 1, route->src->prefix, route->src->plen);
return; return;
} }
......
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