mirror of https://github.com/apache/cloudstack.git
bug 11017: kick VMware vSwitch by pinging the default gateway to work around mysterous VMware network problem
This commit is contained in:
parent
31153792cc
commit
69ca341f1b
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue