We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, i have yang file with something like this content
grouping foo-grouping { container foo { container config { presence "Configure foo"; uses foo-config; } // END of config-container definition. container state { config false; uses foo-config; } // END of state-container definition. container foo-ports { uses foo-ports-top; } // END of foo-ports-container definition. uses evc-top; } // END of bridge-container definition. } // END of bridge-grouping definition. augment /baz:bars/baz:bar { when " /baz:bars/baz:bar/baz:type = '2' "; uses foo-grouping; }
yangdump does not generate handlers (in .c files) for containers foo-ports-top, evc-top, foo-config
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, i have yang file with something like this content
yangdump does not generate handlers (in .c files) for containers foo-ports-top, evc-top, foo-config
The text was updated successfully, but these errors were encountered: