Commit db60b7ad authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Don't flush routes when a network goes down.

This is now handled indirectly through neighbour_cost.
parent 7c062510
...@@ -253,9 +253,6 @@ network_up(struct network *net, int up) ...@@ -253,9 +253,6 @@ network_up(struct network *net, int up)
check_network_ipv4(net); check_network_ipv4(net);
if(!up)
flush_network_routes(net);
return 1; 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