# If you want arping to check for IP duplicates after bringing up the interface,
# set IPUP=1, otherwise set IPUP=0
# 0 = do NOT check for IP duplicates; 1 = check for IP duplicates
IPUP=0

# If the IP we're bringing up is already taken, this brings the interface down.
# If you want arping brings the interface down set DOWN=1, otherwise set DOWN=0
DOWN=0
