- Timestamp:
- Nov 14, 2016, 4:30:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r13647 r13648 1441 1441 dhcp_part = ".".join(ip.split('.')[0:3]) 1442 1442 if ip != datadump['masterip']: 1443 wleiden_zone["dhcp-gateway-%s.%s" % (iface_name, fqdn)].append((ip, False))1443 wleiden_zone["dhcp-gateway-%s.%s" % (iface_name, fqdn)].append((ip, True)) 1444 1444 for i in range(int(dhcp_start), int(dhcp_stop) + 1): 1445 1445 wleiden_zone["dhcp-%s-%s.%s" % (i, iface_name, fqdn)].append(("%s.%s" % (dhcp_part, i), True))
Note:
See TracChangeset
for help on using the changeset viewer.