Searched defs:zone_file (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/queryperf/utils/
H A Dgen-data-queryperf.py24 zone_file = None variable
81 zone_file = str(value)
94 if zone_file:
95 file = open(zone_file)
105 if zone_file:
107 sys.stderr.write("No domains found in '%s'\n" % zone_file)
111 if zone_file:

Completed in 7 milliseconds