Commit 458af5c3 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Return 1 when a route is suitable for redistribution.

parent 3d02142c
......@@ -761,7 +761,7 @@ filter_kernel_routes(struct nlmsghdr *nh, void *data)
*found = (*found)+1;
return 0;
return 1;
}
......
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