Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyang -f yang annotate_file.yang throws error for confd syntax for the tailf:annotate-statement #899

Open
anuthota opened this issue Apr 1, 2024 · 0 comments

Comments

@anuthota
Copy link

anuthota commented Apr 1, 2024

Hi,
Below is my annotate yang module.
module tailf-common-monitoring-ann {
namespace "urn:dummy-common";
prefix dummy1;

import tailf-common {
prefix tailf;
}

tailf:annotate-module tailf-common-monitoring {
tailf:annotate-statement grouping[name='common-monitoring-objects'] {
tailf:annotate-statement container[name='internal'] {
tailf:annotate-statement container[name='cdb'] {
tailf:annotate-statement list[name='datastore'] {
tailf:annotate-statement leaf[name='disk-size'] {

image

This used to work with 1.7.8 and 2.1.1 pyang version.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant