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.
Dear community, I am using the ydk-cpp (generate.py -cpp) with --bundle option to generate the CPP files from yang. I have a few deviation files that need to be passed for different yang files. Is there a way to pass this information as part of the b...
Thanks Yan for your reply - We have a scenario where one configuration node is deviated as "not-supported" using a deviation like below.deviation /system:system/card:attributes/card:label
{
deviate not-supported;
} But, in the generated .hpp file w...