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.
So, working on an inventory style package where I want to set what interfaces can be used for a specific device and ned combination, so below is a compacted version of the Yang model so far. module inventory {
yang-version 1.1;
namespace "http://...
So, in theory a simple problem, I need to find out what NSO package some python code is running from, not the Yang model or service name, but what the actual package name is in NSO, from the python code, but is seems hard, if not impossible to do. Th...