Commit a940ff3f authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix sub-optimal choice of external route when metric changes.

parent 46957e84
......@@ -257,7 +257,7 @@ update_xroute(const unsigned char *prefix, unsigned short plen,
numxroutes++;
if(gwroute)
install_xroute(xroute);
consider_xroute(xroute);
return xroute;
}
......
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