You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using pyang to get xpaths of a particular yang file like native.yang by doing pyang -f flatten -p {repo} {yang_file}
I have some yang files like snmp.yang where the structure of yang file is like this -
module snmp{
grouping A {
}
grouping C{
}
grouping D{
}
augment B{
uses A
}
}
This command is returning empty list here. Any leaf/container under any grouping is not getting displayed. Any approach to solve this so that all xpaths would be returned?
The text was updated successfully, but these errors were encountered:
I was using pyang to get xpaths of a particular yang file like native.yang by doing pyang -f flatten -p {repo} {yang_file}
I have some yang files like snmp.yang where the structure of yang file is like this -
module snmp{
grouping A {
}
grouping C{
}
grouping D{
}
augment B{
uses A
}
}
This command is returning empty list here. Any leaf/container under any grouping is not getting displayed. Any approach to solve this so that all xpaths would be returned?
The text was updated successfully, but these errors were encountered: