Increase arping interval to 0.2s
This commit is contained in:
parent
2b5c134970
commit
39c9f911cc
|
@ -119,7 +119,7 @@ def createIPAddress(ipaddr, cidrnetmask, dev):
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
run_os_command(
|
run_os_command(
|
||||||
'arping -W 0.1 -A -c3 -I {dev} -P -U -S {ip} {ip}'.format(
|
'arping -P -U -W 0.2 -c5 -I {dev} -S {ip} {ip}'.format(
|
||||||
dev=dev,
|
dev=dev,
|
||||||
ip=ipaddr
|
ip=ipaddr
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue