mirror of
https://github.com/apache/cloudstack
synced 2026-08-29 16:44:23 +00:00
bug 11017: kick VMware vSwitch by pinging the default gateway to work around mysterous VMware network problem
This commit is contained in:
parent
71da03b69d
commit
adfb6a1f03
@ -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
Block a user