-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xml bind yang error in xml_bind_yang_rpc_reply #175
Comments
Yes, there is something strange with this function. But I would need some more input on the context for when this is a problem? Such as the xml (xrpc) and corresponding yang. |
My yang file:
backend rpc function:
cli.c function
|
See patch dee4e87
|
Hi olof,
|
validate for this is necessary,
|
Note the rpc-reply should not have the method name, ie, in your code show_vpp_version returns:
but should be:
See eg rfc 7950 4.2.9 |
When using clicon_rpc_netconf_xml process rpc message, I found there is some error with xml_bind_yang_rpc_reply.
And the following two line need replace by
clixon/lib/src/clixon_xml_bind.c
Lines 665 to 666 in 1f0147f
The text was updated successfully, but these errors were encountered: