libyang
libyang copied to clipboard
YANG data modeling language library
Hi! In libyang 1.x, `LYD_OPT_OBSOLETE` option allowed to return an error instead of a warning during validation with `lyd_validate()` in case an obsolete statement was used. Is there a way...
Added the ability to print all features in a format, which can later be used to specify, which features a model should use, for both interactive and non-interactive versions of...
Using [Frr project](https://github.com/FRRouting/frr) on Debian with deb package **frr 8.3-0~deb10u1** which installs [libyang2 2.0.7-1](https://deb.frrouting.org/frr/pool/frr-stable/liby/libyang2/libyang2_2.0.7-1~deb11u1_amd64.deb) When I start **/usr/lib/frr/watchfrr**, I get the error: ``` 2022/07/26 14:07:57 WATCHFRR: libyang: Invalid value "2017-02-20"...
I've encountered an issue running the libyang regression that causes all tests to fail depending on the build system timezone. The OS I'm using is Ubuntu 22.04 LTS and the...
Hi I'm getting the following libyang error when a I try to get the o-ran-hardware.yang model data from the netconf server. ``` Identity found, but in a non-implemented module "iana-hardware"....
hi @michalvasko , is there a way to read data using xpath & with libyang API's ?
Hello, tried to get data from : ``` 0/0/CPU0 GigabitEthernet0/0/0/0 ... ``` earlier i'am use third library for retive data from xml, but i know, libyang make this better from...
src/schema_compile_node.c does not seem to implement YANG patterns fully. E.g., \d and \w do not have the semantics given to them in Section 9.4.5 of RFC 7950. Repeat: Go to:...
Hi, There are lots of internal changes with libyang-2.0.194 in contrast of libyang-1-0-225, I had an working function(lyd_node_leafref_match_in_union) with libyang-1 to check if the value matches with leaf reference nodes...
Hi, please consider the following schema: ~~~ module test-send-notification { namespace "urn:test:send:notification"; prefix tsn; rpc send-notification { description "Triggers sending of a notification whose content is specified by this RPC.";...