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 am updating YDK model in Cafykit environment using this wiki https://wwwin-github.cisco.com/cafy/cafykit/wiki/YDK-model-updation-in-Cafykit-environment Facing below errors while running the pyang.
ietf-datastores.yang:2: error: bad value "1.6" (sh...
Found the fix. I deleted the yang files which gave error messages. Eg. rm ietf-datastores.yang and so on, and reran the pyang. The rerun again gave some errors for which I again deleted the errored yang files. Kept repeating the process until there w...