From: wsx25289 <10200860@zte.com.cn> Date: Tue, 15 Oct 2019 08:01:30 +0000 (-0400) Subject: Fix config/oper reconciliation for leaf-lists X-Git-Tag: release/neon-sr3~6 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=7ad160ecb0bbbb6ca812b443550e996950ed4993;hp=7ad160ecb0bbbb6ca812b443550e996950ed4993;p=netconf.git Fix config/oper reconciliation for leaf-lists When config and operational datastore both have same data, then if we get data which has a leaf-list node by rests/data, it will fail, because there is no code to process leaf-list. Change-Id: I4724447158bf0a1a12e87145dcb361e8196b1170 Signed-off-by: Wsx25289 <10200860@zte.com.cn> (cherry picked from commit cf8760f55d752af8abafbf09d0f4f9116b9c753b) ---