Changeset 10824 in genesis
- Timestamp:
- May 13, 2012, 12:10:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r10823 r10824 418 418 try: 419 419 (dhcp_start, dhcp_stop) = datadump[iface_key]['dhcp'].split('-') 420 except (AttributeError, ValueError ):420 except (AttributeError, ValueError, KeyError): 421 421 dhcp_out[ifname].append(" subnet %(subnet)s netmask %(netmask)s {\n ### not autoritive\n }\n" % datadump[iface_key]) 422 422 continue
Note:
See TracChangeset
for help on using the changeset viewer.