From: Carlos Goncalves Date: Sun, 20 Mar 2016 21:23:44 +0000 (+0100) Subject: Fix disable_network.sh and 'ip' path X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=1c4dda16a83977be189d2f874125a844e674b26a;hp=1c4dda16a83977be189d2f874125a844e674b26a;p=doctor.git Fix disable_network.sh and 'ip' path Note: I propose to cherry-pick this change as currently there is no pod doing builts on master, so the only way is to check in stable/brahmaputra. The 'ip' bin file can be located in different paths depending on the Linux distribution so better not hardcode it to a specific path. CentOS 6: /sbin/ip CentOS 7: /usr/sbin/ip Ubuntu 14.04: /sbin/ip Change-Id: I0b02a221d3367ed4bfd8596992a2774f22138b54 Signed-off-by: Carlos Goncalves (cherry picked from commit a1bab6ecdfbfaf5521f31d9539e256fc6e0cac29) ---