Fix sometime system VM is up but mgmt server can't reach it

This commit is contained in:
Sheng Yang 2011-08-11 10:57:05 -07:00
parent 6e7ad8830f
commit 4e4a44f2c4
1 changed files with 4 additions and 0 deletions

View File

@ -250,6 +250,10 @@ setup_common() {
# a hacking way to activate vSwitch under VMware
ping -n -c 3 -w 5 $GW
if [ -n "$MGMTNET" -a -n "$LOCAL_GW" ]
then
ping -n -c 3 -w 5 $LOCAL_GW
fi
}
setup_dnsmasq() {