summaryrefslogtreecommitdiff
blob: 2937349cdc8398f72618b5701252d01dc8611e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# See arpwatch.8 for more information

# Specify the interface for arpwatch to listen on here (default: lo).
# If you need to listen on more than one interface, you should
# run multiple arpwatch services; for example "arpwatch" and
# "arpwatch.eth1". These additional services can be configured by
# symlinking to the "arpwatch" service script, and by creating a new
# conf.d file whose name matches the new service (symlink) name.
#
# Example:
#
# ARPWATCH_IFACE="eth0"
#
ARPWATCH_IFACE="lo"

# Additional options to pass to arpwatch.
# See arpwatch(8)
ARPWATCH_OPTS="-N -p"