Re: netconf-2.0.8 released


Robert Varga
 

On 08/11/2021 07:19, Robert Varga wrote:
Hello,
netconf-2.0.8, has been released.
[...]


Bug

    [NETCONF-631] - YangInstanceIdentifierDeserializer fails on choice nodes
I forgot to mention that as part of this fix, the RFC8040 RESTCONF behaviour has changed where augmented nodes are concerned.

Previously both

GET /rests/data/opendaylight-inventory:nodes/node=openflow%3A1/table=0?content=nonconfig

and

GET /rests/data/opendaylight-inventory:nodes/node=openflow%3A1/flow-node-inventory:table=0?content=nonconfig

would get accepted, whereas now only the second works. The reason for that is that failing to specify the namespace for the 'table' augment means the request is for 'opendaylight-inventory:table', which does not exist. Prior to netconf-2.0.8, we would be happily ignoring the namespace and use any 'table' which we could find.

Regards,
Robert

Join {release@lists.opendaylight.org to automatically receive all group messages.