mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Use iproute to get default network interface This uses `ip route` than `route` without an explicit path (/bin, /sbin etc.) to query the default network interface on the system. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>