Commit b790929c authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Check result of initial check_routes.

parent 8450e5c2
......@@ -508,7 +508,9 @@ main(int argc, char **argv)
if(receive_buffer == NULL)
goto fail;
check_xroutes(0);
rc = check_xroutes(0);
if(rc < 0)
fprintf(stderr, "Warning: couldn't check exported routes.\n");
kernel_routes_changed = 0;
kernel_link_changed = 0;
kernel_addr_changed = 0;
......
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