Reduce arping interval to 0.1s
This commit is contained in:
parent
0a94fac407
commit
686af31c08
|
@ -119,7 +119,7 @@ def createIPAddress(ipaddr, cidrnetmask, dev):
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
run_os_command(
|
run_os_command(
|
||||||
'arping -A -c3 -I {dev} -P -U -S {ip} {ip}'.format(
|
'arping -W 0.1 -A -c3 -I {dev} -P -U -S {ip} {ip}'.format(
|
||||||
dev=dev,
|
dev=dev,
|
||||||
ip=ipaddr
|
ip=ipaddr
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue