NETCONF-526 : edit-config payload default-operation needs to be set to default-value 82/69482/4
authorBalaji Varadaraju <bvaradar@luminanetworks.com>
Wed, 14 Mar 2018 06:40:46 +0000 (01:40 -0500)
committerJakub Morvay <jakub.morvay@gmail.com>
Wed, 28 Mar 2018 13:08:14 +0000 (13:08 +0000)
commit011fbb4e78b64748c4be16c43b3deb46a5c3b23c
treec7923fbbd416b486937c4c2304a2a53a80ed91d4
parent51697b1224a8a84766d5139916ecc0f1889227dc
NETCONF-526 : edit-config payload default-operation needs to be set to default-value

For the PUT/POST calls right now default-operation tag in the edit-config is set to
"none". As per RFC with this value devices can reject a config operation when
elements present in the request whose structure is not already present in the tree.
For example a nested parent-child structure where parent structure does not yet exist
yet in the tree may result in an error based on implementation.
We should  leave this field out ( which will default to merge) and let the device make
the right decision.

Change-Id: I8b85ef072785381897a19724dc94003b8f315bd4
Signed-off-by: Balaji Varadaraju <bvaradar@luminanetworks.com>
netconf/sal-netconf-connector/src/main/java/org/opendaylight/netconf/sal/connect/netconf/sal/tx/AbstractWriteTx.java