- Timestamp:
- Oct 8, 2015, 8:41:58 PM (10 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  tools/gformat.py (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      tools/gformat.pyr13434 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.
  
