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

show compare/diff problems with sorted-by user #482

Closed
olofhagsand opened this issue Jan 24, 2024 · 0 comments
Closed

show compare/diff problems with sorted-by user #482

olofhagsand opened this issue Jan 24, 2024 · 0 comments

Comments

@olofhagsand
Copy link
Member

If changes are made in candidate to a list and one is ordered-by system and one (immediately follwoing) is ordered-by user, the diff fails.
Even if there are only added entries the diff shows deleted entries as well.
Ca 50% occurence.
Example YANG:

  list one {
     ordered-by system;
  }
  list two {
     ordered-by user;
  }

Then add entries to one

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