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

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

is:question

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

is:question

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. ![error_libyang](https://github.com/user-attachments/assets/643ec51a-ed67-47e1-b3dc-ba5908dc830f) Pls help me...

is:question

Hi, can anybody share the procedure to build rpm after we compile libyang? looking for a sample example for apkg template. Thanks, Srikanth

is:question

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

is:enhancement
status:completed

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

is:bug
status:completed

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

is:bug
status:completed

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

is:question