-
Notifications
You must be signed in to change notification settings - Fork 46
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
Feature/leafref linking #108
Conversation
9d50683
to
ad8fadc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
libyang-python only supports the master branch of C libyang (currently 2.x).
The lydevel check is only meant for informative purposes.
Lines 18 to 20 in f09ed11
[testenv:lydevel] | |
setenv = | |
LIBYANG_BRANCH=devel |
If it fails (currently it should fail because libyang 3.x is under development) it is not a problem.
Could you remove all references to libyang 3 which was not released yet and only focus on the enhancements that you require?
Thank you.
This feature is actually requires usage of |
This patch adds leafref_linking context option Signed-off-by: Stefan Gula <[email protected]>
ad8fadc
to
0db8b1e
Compare
This patch adds API, which allows user to: - determine if DNode is being referenced by some other leafref DNodes. - trigger process for creating cross-references between leafref DNodes and target DNodes. Signed-off-by: Stefan Gula <[email protected]>
0db8b1e
to
eee7414
Compare
This patch adds API, which allows user to: - determine if DNode is being referenced by some other leafref DNodes. - trigger process for creating cross-references between leafref DNodes and target DNodes. Closes: #108 Signed-off-by: Stefan Gula <[email protected]> Signed-off-by: Samuel Gauthier <[email protected]>
Pushed with minor changes. |
No description provided.