blob: 565fc87252a928e160b2bfe008cca63959a87656 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Uncomment and modify ARPON_OPTS to the desired network interface
# (-i,--interface) and ARP inspection mode (-S,--sarpi|-D,--darpi|-H,--harpi)
# before enabling and starting the systemd service. For more information
# on interface and ARP inspection mode selection consult the arpon man page.
# IMPORTANT: Do NOT set the daemon (-d,--daemon) option!
#ARPON_OPTS="--interface eth0 --harpi"
# Uncomment and modify ARPON_SYSLOG_VERBOSITY to configure which messages
# are sent to syslog. Options are CRIT, ERR, WARNING, INFO, and DEBUG,
# in order of increasing verbosity. Defaults to INFO if unset or invalid.
#ARPON_SYSLOG_VERBOSITY=INFO
|