blob: 173f9d18b3600909dc7bd63410b32ebb0bef6cbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# /etc/arpwatch.conf: Debian-specific way to watch multiple interfaces.
# Format of this configuration file is:
#
#<dev1> <arpwatch options for dev1>
#<dev2> <arpwatch options for dev2>
#...
#<devN> <arpwatch options for devN>
#
# You can set global options for all interfaces by editing
# /etc/default/arpwatch
#eth0 -m root+eth0
#eth1 -m root+eth1
|