-
Notifications
You must be signed in to change notification settings - Fork 191
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
Does netopeer2 send a notification, yang-library-update, when a module is removed/disabled in sysrepo? #1470
Comments
|
|
Also just double checking: |
Right, that can be sent, too. Although it seems to be redundant, the 2 notifications would essentially include the same information. |
@michalvasko and I guess that there is no difference if we use adding a module? |
I do not understand the question, difference between what? |
Hi,
We need to test this RFC:
https://datatracker.ietf.org/doc/rfc8525/
Before I create a test case I wonder if the following scenario is supported in Netopeer2:
Our NETCONF client have an open session to netopeer2 and we make a change on the module ( remove or disable) in sysrepo.
Client wait for a notifcation, yang-library-update, and when notifcation is received we read data from yang-library module again.
These are the modules:
Which operation, remove or disable, module in sysrepo is easiest to perfom and restore?
1.1 Any of these modules that I can perform remove or disable on without giving netopeer2 issues?
1.2 Commands to use ?
Will a notifcation, yang-library-update, be sent in the same NETCONF session ( I have a subscription ongoing for that NETCONF session) to client when module change takes place?
br,
//mikael
Operations in sys-repo:
https://netopeer.liberouter.org/doc/sysrepo/master/html/group__schema__api.html#ga7321be6b965ffc6ca89fee61a806faae
https://netopeer.liberouter.org/doc/sysrepo/master/html/group__schema__api.html#ga7793eebc32a87bc48b340030cde5042c
The text was updated successfully, but these errors were encountered: