ISSUE: After controller restart, proactive flows are not installed 32/132/2
authorAlessandro Boch <aboch@cisco.com>
Wed, 10 Apr 2013 23:30:35 +0000 (16:30 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 11 Apr 2013 18:29:21 +0000 (18:29 +0000)
commit771dfd2173c134df392458eb51037cb3920cb4c9
tree8952b138a4e7c00c262c3a7a3936d07897aa213d
parente1a5967bce30bdb19f18908ac7d4af39f7e2c67c
ISSUE: After controller restart, proactive flows are not installed
This is because of an incongruence between Devices.web and SwitchManagerImpl code, where the
former only consider the Node.nodeID string form and the latter expects the full Node string form.
CHANGE:
Have Devices.web passing Node.toString() form to front-end

Change-Id: I04443178099f151b37b76d4f8a5e41cee64f5ecb
Signed-off-by: Alessandro Boch <aboch@cisco.com>
opendaylight/switchmanager/src/main/java/org/opendaylight/controller/switchmanager/internal/SwitchManagerImpl.java
opendaylight/web/devices/src/main/java/org/opendaylight/controller/devices/web/Devices.java