Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
720
Description
I have a config datastore model in yang, which contains a string field.
When I try to push a new entry via Restconf using JSON, if this string has a colon in it, it gets rewritten. For example, if my original string is "openflow:21", what appears in the datastore is "[openflow - 21]".
When using XML, this does not happen; the original string appears in the datastore.