libyang icon indicating copy to clipboard operation
libyang copied to clipboard

YANG data modeling language library

Results 143 libyang issues
Sort by recently updated
recently updated
newest added

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...

is:question

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...

is:enhancement
status:invalid

.. 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...

is:question