Skip to content
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

Netconf/Restconf RPC extra input arguments are ignored #47

Closed
olofhagsand opened this issue Oct 27, 2018 · 1 comment
Closed

Netconf/Restconf RPC extra input arguments are ignored #47

olofhagsand opened this issue Oct 27, 2018 · 1 comment
Labels

Comments

@olofhagsand
Copy link
Member

Extra RPC arguments are not sanity checked, just ignored.

@olofhagsand
Copy link
Member Author

Fixed in 03e618b

olofhagsand added a commit that referenced this issue Dec 21, 2018
   * For Example, adding bad-, missing-, or unknown-element error messages, etc instead of operation-failed
* Removed delete-config support for candidate db since it is not supported in RFC6241.
* Switched the order of `error-type` and `error-tag` in all netconf and restconf error messages to comply to RFC order.
* Added example_rpc RPC to example backend
* Renamed xml_namespace[_set]() to xml_prefix[_set]()
* Some restconf error messages contained "rpc-reply" or "rpc-error" which have now been removed.
* Netconf/Restconf RPC extra input arguments are ignored (#47)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant