Duplicated extensions in rpc input/output #2276
Labels
is:bug
Bug description.
status:completed
From the developer perspective, the issue was solved (bug fixed, question answered,...)
The extensions appear twice in the compiled schema node for rpc input and output. The following code can be used to reproduce the issue:
The output of this program compiled with latest libyang (3.1.3) is:
The extensions of input and output are duplicated.
Note that initially I started to write this example code to reproduce another issue of my application where an extension does not appear at all on an rpc input schema node (node->exts is NULL). I don't know if these 2 issues are related or not.
The text was updated successfully, but these errors were encountered: