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

> Once you get the `data` node, you need to cast it to `lyd_node_any` and then get the rest of the content from its `tree` member. Hello, I'm a student...

is:question

A new tagged release was made where the SO version was move from 2 to 3; however, the tagged project version appears to remain at 2. Having the versions diverge...

is:question

Hello, I got an error trying to parse new yang files. Procedure to reproduce: 1) I created a directory containing the yang files related to subscriptions, from Netopeer2/modules: [email protected] [email protected]...

is:question

Is it possible to get the substatements on compiled extension instance. For example on the list below i would like to be able to get the cli-display-joined statement under the...

is:enhancement
status:completed

Hi, Some tests in yanglint_interactive fail when are run on a release build. The tests in `tests/yanglint/interactive/debug.test` are only meant to be run on a debug build but the [yanglint_debug](https://github.com/CESNET/libyang/blob/fba28260f382d81cf8f4b91b24cd717b52324fc2/tests/yanglint/interactive/ly.tcl#L71C6-L71C20)...

is:bug
status:completed

Hi, We are trying to cross-compile libyang 2.1.128 using custom toolchain and sysroot where we are facing issue with build not able to find PCRE2_LIBRARY CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):...

is:question

Hi, I am facing an issue regarding how to parse a simple RPC reply string. Namely, the string literal I am trying to parse is `` (a basic rpc-reply). I...

is:question

Hello, after upgrading to the specified version: ``` libyang: 3.4.2 libnetconf2: 3.5.1 Sysrepo: 2.11.7 netopeer2: 2.2.31 ``` I encountered the following issue when installing 3gpp-common-subnetwork.yang: ``` [INF] Connection 72 created....

is:question

This is a bit of a continuation of #2138 I'll start with the example which produces the output which I am expecting. Loading all trees using `lyd_parse_data_mem(ctx, xml, LYD_XML, LYD_PARSE_STRICT,...

is:bug
status:completed

I looked through the closed issues and tried several things there and also several hours worth of googling, but I still can't run yanglint. I'm running Sequoia on an intel...

is:question