mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
If a host has many routes this can be a magnitude faster then printing all the routes and grepping for the default. In some situations the host might have a large amount of routes due to dynamic routing being used like OSPF or BGP. In addition fix a couple of loglines which were throwing messages on DEBUG while WARN and ERROR should be used there. Signed-off-by: Wido den Hollander <wido@widodh.nl>