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

add mechanism for updating client schema context #28

Open
michalvasko opened this issue May 16, 2017 · 0 comments
Open

add mechanism for updating client schema context #28

michalvasko opened this issue May 16, 2017 · 0 comments
Labels
is:enhancement Request for adding new feature or enahncing functionality.

Comments

@michalvasko
Copy link
Member

It is possible for server to modify its supported schemas (YANG 1.1 RFC) and the client may also want to support the new context. libnetconf2 does not allow this currently.

The implementation can add one new function (*_update), which would compare its current module-set-id with the one received from the server and if they would not match, try to update the context. If an application required it already, it can implement this completely outside libnetconf2 (it can access the context). Nevertheless, libnetconf2 already implements several ways of retrieving schemas, at least some of which the application would duplicate.

@michalvasko michalvasko changed the title add mechanism for udpating client schema context add mechanism for updating client schema context May 16, 2017
@michalvasko michalvasko added the is:enhancement Request for adding new feature or enahncing functionality. label Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:enhancement Request for adding new feature or enahncing functionality.
Projects
None yet
Development

No branches or pull requests

1 participant