bin/pvl.hosts-forward
changeset 735 008cfe47b194
parent 687 f99f9e3d02cf
equal deleted inserted replaced
734:5770ed34c1f0 735:008cfe47b194
     3 import logging; log = logging.getLogger('pvl.hosts-forward')
     3 import logging; log = logging.getLogger('pvl.hosts-forward')
     4 import optparse 
     4 import optparse 
     5 import os.path
     5 import os.path
     6 import pvl.args
     6 import pvl.args
     7 import pvl.hosts
     7 import pvl.hosts
       
     8 import pvl.hosts.interface
     8 import pvl.hosts.zone
     9 import pvl.hosts.zone
     9 
    10 
    10 def main (argv):
    11 def main (argv):
    11     """
    12     """
    12         Generate bind zonefiles from host definitions.
    13         Generate bind zonefiles from host definitions.