- Added osgi cmds so that user is able to configure a link. The link is added to... 25/425/1
authorJason Ye <yisye@cisco.com>
Tue, 4 Jun 2013 02:41:32 +0000 (19:41 -0700)
committerJason Ye <yisye@cisco.com>
Tue, 4 Jun 2013 02:41:32 +0000 (19:41 -0700)
commit4f54aad3558664e4e36c8cdb0cfedcbce87ff446
tree59069a492bfc34b344489754d778525e7af6efc1
parent2aa5c39bdd7c498a3b33db434d3943c130e05bc8
- Added osgi cmds so that user is able to configure a link. The link is added to the main Topology if it's not a Production link.

Usage:

addUserLink <name> <node connector string> <node connector string>
deleteUserLink <name>
printUserLink

- Fixed an exception in SwitchManager osgi cmd pns

Signed-off-by: Jason Ye <yisye@cisco.com>
opendaylight/switchmanager/implementation/src/main/java/org/opendaylight/controller/switchmanager/internal/SwitchManagerImpl.java
opendaylight/topologymanager/src/main/java/org/opendaylight/controller/topologymanager/internal/TopologyManagerImpl.java