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
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'] {
This used to work with 1.7.8 and 2.1.1 pyang version.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'] {
This used to work with 1.7.8 and 2.1.1 pyang version.
Thanks.
The text was updated successfully, but these errors were encountered: