File: arping.default

package info (click to toggle)
arping 2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 648 kB
  • sloc: sh: 3,762; ansic: 1,510; makefile: 63
file content (8 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
# 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