[OVSDB-38] Change the Typed Classes in Open_vSwitch and hardware_vtep schema to use Long instead of Integer/BigInteger Created: 08/Jul/14  Updated: 19/Oct/17  Resolved: 17/Jul/14

Status: Resolved
Project: ovsdb
Component/s: Library
Affects Version/s: unspecified
Fix Version/s: None

Type: Bug
Reporter: Madhu Venugopal Assignee: Unassigned
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: Mac OS
Platform: PC


External issue ID: 1334

 Description   

As per RFC 7047 :
<integer>
A JSON number with an integer value, within the range -(2**63)...+
(2**63)-1.

The <integer> range defined above will match the Long representation in Java
and hence any place the schema defines a <integer> datatype, it has to be
handled as a long.

The library does its role appropriately by populating the data as a long value.
It has to be handled on the Static typed schemas in the Open_vSwitch and
hardware_vtep schema directories.


Generated at Wed Feb 07 20:35:20 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.