Changeset 13641 in genesis


Ignore:
Timestamp:
Nov 7, 2016, 1:07:58 PM (8 years ago)
Author:
rick
Message:

Not all interfaces has IP addresses anymore.

Checking whether IP is required or not is part of validation script and not
range finder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/getrange.py

    r13321 r13641  
    5252    add_ip(datadump['masterip'])
    5353    for key in datadump['autogen_iface_keys']:
    54       add_ip(datadump[key]['ip'])
     54      if 'ip' in datadump[key]:
     55        add_ip(datadump[key]['ip'])
    5556
    5657  # Fetching smallest in use IP
Note: See TracChangeset for help on using the changeset viewer.