OpenNebula / minione

Easy to use deployment tool for an OpenNebula evaluation environment
Apache License 2.0
173 stars 55 forks source link

Fixes get_interface_name() to return 1 result always #51

Closed jamilbk closed 4 years ago

jamilbk commented 4 years ago

It's possible to have more than 1 default route (for example, with different metric values). This fixes get_interface_name() to pick the first interface name returned by ip route.

xorel commented 4 years ago

thanks