Skip to content
New issue

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

YANG ordering fails for nested choice and action #356

Closed
olofhagsand opened this issue Aug 24, 2022 · 1 comment
Closed

YANG ordering fails for nested choice and action #356

olofhagsand opened this issue Aug 24, 2022 · 1 comment

Comments

@olofhagsand
Copy link
Member

Clixon orders instance nodes (XML/JSON) according to YANG, especially for "ordered-by system".
However there were instances where ordering did not work and unrecognized nodes appeared in front of all others.
For example, consider YANG:

choice a 
  case b{
    leaf c;
    choice d {
       leaf e;

Its ordering of an XML instance is "c e" whereas it would show as "e c" since "e" is unrecognized.
This example is "nested choice". Another case is "action".

@olofhagsand
Copy link
Member Author

Fixed by a516ee1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant