Changeset 12441 in genesis for tools


Ignore:
Timestamp:
Oct 10, 2013, 11:40:17 AM (11 years ago)
Author:
rick
Message:

Workaround quick for different version of notation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r12433 r12441  
    11111111
    11121112def generate_nanostation_config(datadump, iface, ns_type):
     1113  #TODO(rvdz): Make sure the proper nanostation IP and subnet is set
     1114  datadump['iface_%s' % iface]['ns_ip'] = datadump['iface_%s' % iface]['ns_ip'].split('/')[0]
     1115 
    11131116  datadump.update(datadump['iface_%s' % iface])
    11141117
Note: See TracChangeset for help on using the changeset viewer.