sicongPang
sicongPang
The libnetconf2 2.1.28 version is used. I reconstructed another model, and it worked fine, as shown in the following figure.  But once I used the above mentioned model "OCSStatuss",...
I tried to verify the problem with different versions and found that the problem was fixed between 2.1.111 and 2.1.128. Have you fixed this problem between the two versions? If...
Hello, this problem recurs when I trigger the same operation above with the new yang model, and I am using libyang version 2.1.128: ```yang typedef SUBSINFO_TYPE { type enumeration {...
By printing the content in the lyd_insert_node function, I found that when the key is inserted into the third node or later, first_sibling->prev equals first_sibling->next. As a result, the key...