Commit 7b13c482 authored by Dave Taht's avatar Dave Taht Committed by Juliusz Chroboczek

Increase maxmaxroutes to an unreasonable value

Now that we can carry more routes, try to carry them.
parent c72c4fda
......@@ -341,7 +341,7 @@ check_xroutes(int send_updates)
struct filter_result filter_result;
int numroutes, numaddresses;
static int maxroutes = 8;
const int maxmaxroutes = 16 * 1024;
const int maxmaxroutes = 256 * 1024;
debugf("\nChecking kernel routes.\n");
......
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