Details
-
Bug
-
Status: Resolved
-
High
-
Resolution: Done
-
Nitrogen SR1
-
I am feeding it via json rpc, but this should blow up on anything else. It should not be difficult to concoct a test model and feed it to it.
Description
The 8040 code blows up when fed an object with a leaf list.
It reaches line 624 in ReadDataTransactionUtil.java which is "I do not know this type of node, I give up".
Looking at the code leaf-list type which in YangTools is called LeafSetNode is missing as an option in the preceding conditional in private static NormalizedNode<?, ?> prepareData
Attachments
| # | Subject | Branch | Project | Status | CR | V |
|---|---|---|---|---|---|---|
| 68651,2 | NETCONF-512: Add cases for missing NormalizedNode types | master | netconf | Status: MERGED | +2 | +1 |
| 68829,1 | NETCONF-512: Add cases for missing NormalizedNode types | stable/oxygen | netconf | Status: MERGED | +2 | +1 |
| 68832,2 | NETCONF-512: Add cases for missing NormalizedNode types | stable/nitrogen | netconf | Status: MERGED | +2 | +1 |