Fix redundant router start up

commit e4fe14a9ce19fbbdb15bbfaad586d80031ca9fbc break redundant router, because
at time of ping, the network is not up for redundant router.

Add timout for ping
This commit is contained in:
Sheng Yang 2011-08-09 21:01:09 -07:00
parent bfe3fd2a8f
commit ba2ec7e770
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ setup_common() {
fi
# a hacking way to activate vSwitch under VMware
ping -n -c 3 $GW
ping -n -c 3 -deadline 5 $GW
}
setup_dnsmasq() {