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

Build test.yang without explicitly config property to cdata(I think this should have default value 'config true') and then build test-deviations.yang try to make the node config to false, but it...

is:question

DATA in mem: ``` intrusion-prevention fail fail 2232681065 application fail fail 2233205344 cnc fail fail 2232681065 intrusion-prevention 2019102308 455536 2023-10-10T04:00:36+00:00 2019-10-23T18:47:40+00:00 0 0000-00-00T00:00:00+00:00 0000-00-00T00:00:00+00:00 0 application 2023062700 3925775 2023-10-10T04:00:36+00:00 2023-06-25T10:28:28+00:00...

is:question

stack: ``` hread 101 "tNCSess01" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xed0adb40 (LWP 4638)] 0xf2e8ec44 in union_store_type (ctx=0xec960dd8, type=0xd97942f8, subvalue=0xed30ba40, resolve=0 '\000', ctx_node=0x0, tree=0x0, unres=0x0, err=0xed0ac6a0) at /usr1/OBL/ubp/open_source/libyang/src/plugins_types/union.c:182...

is:bug
status:invalid

Hi, I'm running into a weird issue with parsing XMLs under certain conditions. 1. Create a context and load the models "Cisco-IOS-XE-native" and "Cisco-IOS-XE-mdt-cfg". 2. Parse an XML into the...

is:question

Sometimes, when I want to login in netopeer2-cli, it would showed EOF error as below: ![image_2023_09_05T12_50_32_249Z](https://github.com/CESNET/libyang/assets/137867640/bf1d8c7c-b990-40ed-8ab3-2e88aedda131)

is:bug

for example, `2023-02-29T14:21:23Z` will be transform into `2023-03-01T22:21:23+08:00` , but there is no 02-29 in 2023 in real world. Is it expected ? version 2.1.30. Thanks

is:question

If a rpc input leaf is a lref and it reference to a config or status node, it may be hard to get the value of such config or status...

is:question

Hi, I'm running into some peculiar behavior with lyd_validate_all() and I just wanted to check whether this was expected or not. 1) Create a tree where one of the leafs...

is:enhancement
status:completed

module ``` module xxx-ifm { namespace "urn:xxx:yang:xxx-ifm"; prefix ifm; container ifm { ..... } } ``` ``` module xxx-aaa{ namespace "urn:xxx:yang:xxx-aaa"; prefix aaa; container aaa { ..... } } ```...

is:question

module: ``` module st-action { yang-version 1.1; namespace "urn:test:st-action"; prefix ydb-st-action; container c1 { list l1 { key k1; leaf k1 { type string; } action a1; action act-dup; }...

is:enhancement
status:wontfix