X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fweb%2Ftroubleshoot%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Ftroubleshoot%2Fweb%2FTroubleshoot.java;h=dfa21075ea845eaf3140a701cf99d706553c41dc;hp=903fa7b5d13499628f3683d3fe026374e3000d1c;hb=f1fd0593f5ca30be53cd5583b1ecf4362d7f4a7c;hpb=6af337195781fc17e61d49250840ff60a19534f3 diff --git a/opendaylight/web/troubleshoot/src/main/java/org/opendaylight/controller/troubleshoot/web/Troubleshoot.java b/opendaylight/web/troubleshoot/src/main/java/org/opendaylight/controller/troubleshoot/web/Troubleshoot.java index 903fa7b5d1..dfa21075ea 100644 --- a/opendaylight/web/troubleshoot/src/main/java/org/opendaylight/controller/troubleshoot/web/Troubleshoot.java +++ b/opendaylight/web/troubleshoot/src/main/java/org/opendaylight/controller/troubleshoot/web/Troubleshoot.java @@ -229,7 +229,8 @@ public class Troubleshoot implements IDaylightWeb { row.put("nodeName", desc); if (match.isPresent(MatchType.IN_PORT)) { row.put(MatchType.IN_PORT.id(), ((NodeConnector) flow.getMatch() - .getField(MatchType.IN_PORT).getValue()).getID().toString()); + .getField(MatchType.IN_PORT).getValue()) + .getNodeConnectorIdAsString()); } else { row.put(MatchType.IN_PORT.id(), "*"); }