Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have an upgrade service which covers some changes in a yang model. I have made use of the maapi.ncsMovePrivateData, which is causing the refcounters to be correctly migrated, however one of the leafs had an original value set, which is lost after ...
How does a system and local install differ? Apart from the location of files, are there differences in how NSO is working, as we appear to be seeing failures on some test cases when run against a system install, which work on a local install.
As per the title, trying to understand is these are equivalentrpc doSomething { input { leaf action { type string; } } output { leaf dummy { type string; } } }andtailf:action doSomething { input { ...
Have a service model in Python, when deleting, need the transactions to be done as a no-networking. Is it possible to use the pre_modification to modify the transactions flags and set the no-networking if it is not already set.
What is the best way to build a service (using python) which has a leaf node where the value can be set, but can not be modified unless the full service is removed?
So in essence, the differences are around the defaults, but all of this could be aligned by modifying the config. There is no fundamental differences between how the processes run in a system vs local install.
The issue we are seeing is more subtl...
Thanks for the clarification, so any northbound system interacting with a device using the tailf:action would also need to support this behaviour, as it is not just something internal to the device implementation.
We are using a service model which uses the vbranch function pack. When our service model is removed, it causes the vbranch config to be removed, which causes the virtual network function to be ceased. Our service model also pushed config into the ...