Bug 6193 - Change in length of DatapathId of a switch 92/42092/1
authorSai MarapaReddy <sai.marapareddy@gmail.com>
Tue, 19 Jul 2016 20:37:21 +0000 (13:37 -0700)
committerSai MarapaReddy <sai.marapareddy@gmail.com>
Tue, 19 Jul 2016 20:37:21 +0000 (13:37 -0700)
commiteaf84d7364d73342346682d4604fe823410e977c
treeb17194368f6c1775e62efc9e4fe049b31051a66a
parent99946e4e9980bfaa7fa16e4a178919252b346d96
Bug 6193 - Change in length of DatapathId of a switch

Dpid can go out of the Long range which results in NumberFormatException.
Hence the need to use BigInteger to hold the Dpid

Current patch accomodates Dpid to be of type BigInteger.

Change-Id: Id10a6afb09ee6da04faad6a0bcfaa960f32e93b7
Signed-off-by: Sai MarapaReddy <sai.marapareddy@gmail.com>
Author: Sai MarapaReddy <sai.marapareddy@gmail.com>
applications/forwardingrules-manager/src/main/java/org/opendaylight/openflowplugin/applications/frm/FlowNodeConnectorInventoryTranslator.java
applications/forwardingrules-manager/src/main/java/org/opendaylight/openflowplugin/applications/frm/impl/FlowNodeConnectorInventoryTranslatorImpl.java
applications/forwardingrules-manager/src/main/java/org/opendaylight/openflowplugin/applications/frm/impl/FlowNodeReconciliationImpl.java