libyang
libyang copied to clipboard
YANG data modeling language library
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...
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...
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...
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...
Sometimes, when I want to login in netopeer2-cli, it would showed EOF error as below: 
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
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...
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...
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 { ..... } } ```...
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; }...