yangpath
yangpath copied to clipboard
YANG Paths exporter
https://github.com/Juniper/yang The versioning in the files names prevent goayng to find the imported modules
by potentially leveraging [netgonf](https://github.com/cisco-ie/netgonf) package
Its been discovered that if a module augments another one, then `goyang` doesn't export path from it. Check with goyang if augmentation works and in what scenarios
tx for the good work on this Roman. Can i ask to have an option added to ignore errors pls? Specific issue at hand: working with some YANG 1.1 models...
Implement a similar feature that pyang has - xml-skeleton. It takes a model, xpath/restconf path and creates an xml skeleton which can be used in netconf. More about it [here](https://netdevops.me/2020/getting-xml-data-sample-for-a-given-leaf-in-a-yang-model/)