# Define nice level for arpwatch
SERVICE_RUN_NICE_LEVEL="+5"

# Options for the arpwatch@<interface> systemd units. The init script ignores
# this and builds its own option list from the settings below.
ARPWATCH_OPTS=""

# Extra arpwatch options. -B takes a pcap-filter(7) expression to ignore noisy
# hosts; it was spelled -F before 3.9, where upstream took -F for something else.
#GLOBAL_OPTIONS="-B 'not host 192.168.1.1 and not ether host 00:11:22:33:44:55'"

# Name of monitored interfaces
INTERFACES=

# Turn-off bogon logging. Sometimes it makes a lot of noise with useless
# informations about bogons:
#NO_BOGON="yes"

# Additional local networks - useful to avoid bogus bogon messages. You
# can add here networks that are _not_ in your networks on interfaces.
# Works only when NO_BOGON is not set. Multiple networks can be set here.
# Globally
LOCAL_NETWORKS=""
# or per interface
#eth0_LOCAL_NETWORKS=""
#eth1_LOCAL_NETWORKS=""
