defect 4091

This commit is contained in:
lissav 2014-05-27 12:31:27 -04:00
parent e397ebaeac
commit 8ec332fbc4

View File

@ -184,7 +184,7 @@ if [ "$str_temp" = "mac" ];then
fi
done
else
str_inst_nic=`ifconfig -a | grep -i "$MACADDRESS" | awk '{print $1;}'`
str_inst_nic=`ip -o link | grep -i "$MACADDRESS" | awk '{print $2;}' | sed s/://`
fi
elif [ `echo $str_temp | grep -E "e(n|th)[0-9]+"` ];then
str_inst_nic=$str_temp