blob: 67213c9764ca53ca46866f5803e9356c7577cebc [file] [log] [blame]
Andrew Geissler1fe918a2020-05-15 14:16:47 -05001# /etc/arpwatch.conf: Debian-specific way to watch multiple interfaces.
2# Format of this configuration file is:
3#
4#<dev1> <arpwatch options for dev1>
5#<dev2> <arpwatch options for dev2>
6#...
7#<devN> <arpwatch options for devN>
8#
9# You can set global options for all interfaces by editing
10# /etc/default/arpwatch
11
12# For example:
13
14eth0
15#eth0 -m root
16#eth1 -m root
17#eth2 -m root
18
19# or, if you have an MTA configured for plussed addressing:
20#
21#eth0 -m root+eth0
22#eth1 -m root+eth1
23#eth2 -m root+eth2