# Configuration for kyarpwatch service
# See kyarpwatch(8) for available options

# Specify network interfaces to monitor (space separated after -i)
# Example: OPTIONS="-i eth0"
# Example: OPTIONS="-i eth0 -i eth1"

# Additional options:
#   -4              Monitor IPv4 (ARP) only
#   -6              Monitor IPv6 (NDP) only
#   -d              Run as daemon
#   -o <file>       Write output to flat file
#   -l              Log to syslog
#   -r <seconds>    Rate limit (default: 60, -1 for no limit)
#   -b <ip>         Blacklist an IP address
#   -B <file>       Load blacklist from file
#   -q              Quiet mode (suppress stdout)

OPTIONS="-d -l"
