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

Clixon backend transaction callback fails for empty types #360

Closed
olofhagsand opened this issue Sep 6, 2022 · 0 comments
Closed

Clixon backend transaction callback fails for empty types #360

olofhagsand opened this issue Sep 6, 2022 · 0 comments

Comments

@olofhagsand
Copy link
Member

Given YANG:

    choice c {
        leaf first { type empty; }
        leaf second { type empty; }
    }

An edit in the datastore such as: <first/> -> <second/> will not be visible in the transaction (see https://clixon-docs.readthedocs.io/en/latest/backend.html#transactions).

@olofhagsand olofhagsand added the bug label Sep 6, 2022
olofhagsand added a commit that referenced this issue Sep 7, 2022
Fixed: [Clixon backend transactions for choice/case is not logical](#361)
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