Changeset 13435 in genesis
- Timestamp:
- Oct 8, 2015, 8:41:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r13434 r13435 513 513 dhcp_out = defaultdict(list) 514 514 for iface_key in get_interface_keys(datadump): 515 ifname = datadump[iface_key]['autogen_if name']515 ifname = datadump[iface_key]['autogen_ifbase'] 516 516 if not datadump[iface_key].has_key('comment'): 517 517 datadump[iface_key]['comment'] = None
Note:
See TracChangeset
for help on using the changeset viewer.