-
Notifications
You must be signed in to change notification settings - Fork 18
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
inconsistency between system setting and sysrepo-plugin-interfaces output #31
Comments
Hi, So in your case, after you have added an ip addr manually, you would need to restart the plugin, then it would show the manually added ip addr. |
Thanks for your response. i've tested that. but even after resetting the plugin (terminating it and running it again) i can't see the new ip addr in the netopeer-cli. this is the the "ip a" output for "ens40" interface in the linux terminal:
and this is the ""get --filter-xpath /ietf-interfaces:*" output for the "ens40" interface:
as you can see "172.16.221.136/24" address doesn't exist in the netconf output. thanks in advance |
in the following previous post, it seems that the sysrpeo-interface plugin only updates the sysrepo datastore with the system interface setting when the sysrepo datastore is empty. in the below link you can see the related code part. tnx |
Hi, We're currently doing a major refactor of the whole plugin, and this functionality will be added. |
Hi,
I've successfully installed the netopeer2/sysrepo/ietf-interface(devel branch) set-up. while I've been testing it, in the below scenario the sysrepo-plugin-interfaces plugin output is inconsistent with the system setting:
Is this an expected behavior? if we change the network interface setting through another interface(like Linux command line), it shouldn't be updated in the netconf interface?
The text was updated successfully, but these errors were encountered: