libyang
libyang copied to clipboard
YANG data modeling language library
Hi, I am currently troubleshooting some issue related the data node creation with implicit default. My working assumption was that adding implicit defaults doesn't trigger any special validations on the...
steps to reproduce the issue from clean distro install: ```bash apt-get update apt-get install -y --no-install-recommends \ build-essential \ cmake \ curl \ git \ libsystemd-dev \ make \ openssl...
.. when called without flag LYD_DIFF_DEFAULTS on node having LYD_DEFAULT or when called on opaque node. Root cause: ```nosiblings``` is checked only when [node comparison completed](https://github.com/CESNET/libyang/blob/7783869951e1494d6f4366892baebb32132c360d/src/diff.c#L1285) but it not happens...