arpwatch: ignore multicast adresses

This commit is contained in:
Daniel STAN 2013-11-05 01:51:14 +01:00
parent 498ad17fc7
commit 2fedcf4b81

View file

@ -2,7 +2,9 @@
# Global options for arpwatch(8).
# Debian: don't report bogons, don't use PROMISC.
ARGS="-N -p -s /usr/scripts/surveillance/arpwatch/report.py"
# Crans: ignore multicast addresses (merci Apple)
# (cf https://bugzilla.redhat.com/show_bug.cgi?id=841067)
ARGS="-N -p -z 224.0.0.0/240.0.0.0 -s /usr/scripts/surveillance/arpwatch/report.py"
# Debian: run as `arpwatch' user. Empty this to run as root.
RUNAS="arpwatch"