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
I played with the clixon-hello yang. When I added an extension, clixon_backend fails to load it.
module clixon-hello { yang-version 1.1; namespace "urn:example:hello"; prefix he; revision 2024-09-17 { description "bug1: unsupported extension"; } revision 2019-04-17 { description "Clixon hello world example"; } extension ext1 { // this breaks the yang parser argument arg1 {} description "test extension"; } extension ext2 { // this is ok argument arg2 ; description "test extension"; } container hello{ container world{ presence true; } } }
This yang is valid by pyang or yanglint from https://github.com/CESNET/libyang.
yanglint
The text was updated successfully, but these errors were encountered:
Fixed: [Clixon fails to load yang with extension](#554)
3108dfc
Verified. Please close it.
Sorry, something went wrong.
No branches or pull requests
I played with the clixon-hello yang. When I added an extension, clixon_backend fails to load it.
This yang is valid by pyang or
yanglint
from https://github.com/CESNET/libyang.The text was updated successfully, but these errors were encountered: