-
Notifications
You must be signed in to change notification settings - Fork 73
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
Choice and Leafref #469
Comments
Can you please complete your example with YANG rules for "flowers/name" and "fruits/name"? |
Yes of course. list fruits { list flowers {
root@cli/> show configuration cli root@cli/> set flower-name ? root@cli/> set flower-name 123 root@cli/> show configuration cli root@cli/> commit |
Thanks, will have a look |
Hi Olof! |
Hi, I have such a problem, is there a solution to it? |
Sorry, been busy, will try to look at it tomorrow |
Confirmed this issue |
Should be fixed now. I dont think the combination of choice and leafref has ever worked. |
Hi Olof! |
Hi Olof
I have a question about choice function and leafref.
For example I have this yang structure:
But if I call commit, clixon returns an error - Nov 30 22:01:44: Commit failed. Edit and try again or discard changes: application operation-failed No referred YANG node found for leafref path ../../flowers/name.
In this case, the names of objects are called up when I click on the question mark, i.e. the paths are correct.
What could be the problem?
The text was updated successfully, but these errors were encountered: