ISSUE: Topology does not show Node description as learned by the OFA
[controller.git] / opendaylight / web / flows / src / main / java / org / opendaylight / controller / flows / web / Flows.java
index 35237999b810fbe7fd574501087cd5cae6d6db5a..0254ab3152250f3f648c90fb74c1aece6961c4d7 100644 (file)
@@ -176,7 +176,7 @@ public class Flows implements IDaylightWeb {
 
             String nodeDesc = node.toString();
             SwitchConfig config = switchManager.getSwitchConfig(node
-                    .getNodeIDString());
+                    .toString());
             if (config != null) {
                 nodeDesc = config.getNodeDescription();
             }