Commit 27b92105 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Update metric of all routes when up/down.

parent 66327e8a
......@@ -253,6 +253,7 @@ network_up(struct network *net, int up)
}
check_network_ipv4(net);
update_network_metric(net);
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