commit | 85825f1c2c64890921e4438dbb81e3362e9529a8 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Sat Jun 27 12:25:26 2020 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Sat Jun 27 12:25:26 2020 +0000 |
tree | be7a107d70941cd62156bb2a50e522e50f7423af | |
parent | 02da0c40f9511d0f52964e35145819bf9fc1eeff [diff] | |
parent | ca486c5259277db72c73c661ef3e9620a3b65d49 [diff] |
Merge "Provide integer number to arping "-w" parameter"
diff --git a/lib/neutron-legacy b/lib/neutron-legacy index bb1536a..275dbf1 100644 --- a/lib/neutron-legacy +++ b/lib/neutron-legacy
@@ -622,7 +622,7 @@ IP_UP="sudo ip link set $to_intf up" if [[ "$af" == "inet" ]]; then IP=$(echo $IP_BRD | awk '{ print $1; exit }' | grep -o -E '(.*)/' | cut -d "/" -f1) - ARP_CMD="sudo arping -A -c 3 -w 4.5 -I $to_intf $IP " + ARP_CMD="sudo arping -A -c 3 -w 5 -I $to_intf $IP " fi fi