NextLitete

Results 4 issues of NextLitete

A model already exists in the current context. I would like to modify this model to be implemented in a patch. In libyang1, I can use ly_ctx_remove_module to uninstall a...

is:question

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

rfc6243: ![Image](https://github.com/user-attachments/assets/8d98cb37-92b6-4d83-b684-13a0ac76bca1) I understand that default is defined in the urn:ietf:params:xml:ns:netconf:default:1.0 namespace, but currently libyang2 incorrectly uses the urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults namespace for default. The related error implementation includes parsing, printing, and...

is:bug
status:completed

When I use the lyd_new_path interface of libyang2, there is a certain probability that the program will crash, and the corresponding stack information is as follows: ``` Thread 102 "tNCSess02"...

is:bug