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
If autocli.xml contains:
<grouping-treeref>true</grouping-treeref>
and a YANG group is empty, or more specifically does not contain any configuration statements, then the CLI exits with:
CLIgen tree 'grouping--default--0--ietf-crypto-types--generate-csr-grouping' not found
The text was updated successfully, but these errors were encountered:
Example:
grouping pg5 { description "Empty, see https://github.com/clicon/clixon/issues/579"; action reset; }
Sorry, something went wrong.
Fixed: [Autocli: error when empty YANG group and grouping-treeref=true](
3332dfe
#579)
No branches or pull requests
If autocli.xml contains:
and a YANG group is empty, or more specifically does not contain any configuration statements, then the CLI exits with:
The text was updated successfully, but these errors were encountered: