libyang
libyang copied to clipboard
YANG data modeling language library
- linenoise [updated](https://github.com/antirez/linenoise/commit/d895173d679be70bcd8b23041fff3e458e1a3506) - added [UTF-8 support](https://github.com/yhirose/linenoise/commit/b35616d0106e14ef407c598c5c92f4a639959a38) from forked repository - enable multiline, added new interactive command and customization of tcl tests I expect alerts from Coverity Scan for `linenoise.c`...
Hello! We face one issue in the following situation. First of all some information about versions of libnetconf2 related libraries which we use: libnetconf2 - 2.1.38 (b933667bc55f46a36f2d721c8a5ce2966bccbbdb) netopeer - 2.1.49...
I using latest libyang from master to query YANG data trees with XPath, but I noticed XPath evaluation is skipping the anydata nodes. Is that by design or there's a...
libyang.lib error occured when I trying tho compiling the libnetconf. The compile is **aarch64-linux-gnu-gcc** , I have finished compiled **libpcre2-10.42** l**ibpcre2-10.42** **libpcre2-10.42** **libpcre2-10.42** **libpcre2-10.42** before that.  Pls help me...
Hi, can anybody share the procedure to build rpm after we compile libyang? looking for a sample example for apkg template. Thanks, Srikanth
"libpcre2 >= 10.21 (including devel package) note, that PCRE is supposed to be compiled with unicode support (configure's options --enable-utf and --enable-unicode-properties) " See here: https://github.com/PCRE2Project/pcre2/issues/436#issuecomment-2269467133 Perhaps note is obsolete...
When using a lys_print_*() function on a yang model that contains extensions on rpc input or output nodes, these ones are not displayed. The problem can be reproduced with the...
The extensions appear twice in the compiled schema node for rpc input and output. The following code can be used to reproduce the issue: ``` #include #include #include #include #include...
The concat function is used to correctly process the single quotation mark (') and double quotation mark (") in the node value. But the lyd_new_path API doesn't seem to support...