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
See acl-type in: [email protected] The following fails on validation of <acls><acl><type>xxx</type>, "xxx" can be any string
<acls><acl><type>xxx</type>
typedef acl-type { type identityref { base acl-base; } ... container acls { list acl { ... leaf type { type acl-type; }
This works:
container acls { list acl { ... leaf type { type identityref { base acl-base; } }
The text was updated successfully, but these errors were encountered:
* Fixed [identityref validation fails when using typedef #87](#87)
c90aa83
No branches or pull requests
See acl-type in: [email protected]
The following fails on validation of
<acls><acl><type>xxx</type>
, "xxx" can be any stringThis works:
The text was updated successfully, but these errors were encountered: