Fix invalid arping option
It made little difference and didn't error, but was incorrect.
This commit is contained in:
		@@ -119,7 +119,7 @@ def createIPAddress(ipaddr, cidrnetmask, dev):
 | 
			
		||||
        )
 | 
			
		||||
    )
 | 
			
		||||
    run_os_command(
 | 
			
		||||
        'arping -P -U -W 0.2 -c5 -I {dev} -S {ip} {ip}'.format(
 | 
			
		||||
        'arping -P -U -W 0.2 -c5 -i {dev} -S {ip} {ip}'.format(
 | 
			
		||||
            dev=dev,
 | 
			
		||||
            ip=ipaddr
 | 
			
		||||
        ),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user