commit | ca79f9665d108707e5e45229f73b73da8059056f | [log] [tgz] |
---|---|---|
author | Srikanth Vavilapalli <srikanth.vavilapalli@ericsson.com> | Wed Apr 01 18:48:05 2015 -0700 |
committer | Srikanth Vavilapalli <srikanth.vavilapalli@ericsson.com> | Wed Apr 01 18:48:05 2015 -0700 |
tree | f259d4b2b458f0937f0b07c8386c2989c129326e | |
parent | 59ddcde89df99dd22d3c2d19349f08cae0aa2926 [diff] [blame] |
Spring CLI changes to work with onos-next - partial
diff --git a/cli/midw.py b/cli/midw.py index 0f973bc..7fb1397 100755 --- a/cli/midw.py +++ b/cli/midw.py
@@ -264,7 +264,7 @@ return for port in ports: - key_string = port['switch'] + "." + "%d" % port['portNumber'] + key_string = port['switch'] + "." + "%s" % port['portNumber'] switch_port_to_name_dict[key_string] = port['portName'] fmtcnv.update_alias_dict("portNames", switch_port_to_name_dict)