arpwatch: ignore multicast adresses
This commit is contained in:
parent
498ad17fc7
commit
2fedcf4b81
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue