Changeset 13435 in genesis


Ignore:
Timestamp:
Oct 8, 2015, 8:41:58 PM (9 years ago)
Author:
rick
Message:

All IP ranges of shared network should be combined into a shared block. Using
ifbase will group them properly.

Related-To: beheer#1035

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r13434 r13435  
    513513  dhcp_out = defaultdict(list)
    514514  for iface_key in get_interface_keys(datadump):
    515     ifname = datadump[iface_key]['autogen_ifname']
     515    ifname = datadump[iface_key]['autogen_ifbase']
    516516    if not datadump[iface_key].has_key('comment'):
    517517      datadump[iface_key]['comment'] = None
Note: See TracChangeset for help on using the changeset viewer.