diff options
Diffstat (limited to 'recipes/arpwatch/files/arpwatch.conf')
-rw-r--r-- | recipes/arpwatch/files/arpwatch.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/arpwatch/files/arpwatch.conf b/recipes/arpwatch/files/arpwatch.conf new file mode 100644 index 0000000000..173f9d18b3 --- /dev/null +++ b/recipes/arpwatch/files/arpwatch.conf @@ -0,0 +1,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 |