clixon/lib
Colin Baumgarten d29b7e574c xml_merge1(): Allow merging trees with nodes below mountpoints
xml_merge1() fails right now when merging trees which have data
below mountpoints with an error message like this:

XML node %s/%s has no corresponding yang specification (Invalid XML or wrong Yang spec?

This is because xml_merge1() does not handle mountpoints. Adjust
it accordingly.

Note that this was encountered when generating the state of a a yang
module that has both state and config below a mountpoint. In that case
netconf_trymerge() will be called to merge state and config and will
trigger the problem in xml_merge1().
2024-05-22 14:10:37 +02:00
..
clixon clixon-config.yang: Added CLICON_DEBUG, Removed: CLICON_NETCONF_DUPLICATE_ALLOW 2024-05-21 13:21:55 +02:00
src xml_merge1(): Allow merging trees with nodes below mountpoints 2024-05-22 14:10:37 +02:00
Makefile.in Updated copyright statements to 2022 2022-01-18 16:36:00 +01:00