Fix switch serial number type 06/92706/2
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 25 Sep 2020 08:35:59 +0000 (10:35 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 25 Sep 2020 09:06:44 +0000 (11:06 +0200)
commit5244b557d640b84e9fe14363139a921d1764c19e
tree04ab2e41286cea03d165b64b9d87683ea0c2484d
parent5a096b92c920d8120e9a28d8b260713181225241
Fix switch serial number type

This is a day-0 bug in the definition: X509Certificate's serial
number can be any unbounded number, not just uint64.

Change the definition to be string-based so we do not get errors
if the serial number is negative or quite large.

Change-Id: I41292cc329c4eac81a7c671821e29b6851030056
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
openflowjava/openflow-protocol-api/src/main/yang/system-notifications.yang
openflowjava/openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/core/connection/ConnectionAdapterImpl.java