# -*- coding: utf-8; mode: python -*- header() info["owner"] = "root" info["group"] = "root" info["mode"] = 0644 # /etc/arpwatch.conf: Debian-specific way to watch multiple interfaces. # Fichier gere par Bcfg2 (module Cfg) # # Format of this configuration file is: # # # #... # # # You can set global options for all interfaces by editing # /etc/default/arpwatch include("arpwatch") for vlan in watched_vlans: iface = 'eth0.%d' % vlan print("%s -m root@crans.org" % iface)