bug 11017: kick VMware vSwitch by pinging the default gateway to work around mysterous VMware network problem

This commit is contained in:
Kelven Yang 2011-08-09 15:44:58 -07:00
parent 31153792cc
commit 69ca341f1b
1 changed files with 3 additions and 0 deletions

View File

@ -244,6 +244,9 @@ setup_common() {
ip route add default via $GW dev $3
fi
fi
# a hacking way to activate vSwitch under VMware
ping -n -c 3 $GW
}
setup_dnsmasq() {