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

Feature/leafref linking #108

Closed
wants to merge 2 commits into from
Closed

Commits on Apr 6, 2024

  1. context: add leafref_linking options

    This patch adds leafref_linking context option
    
    Signed-off-by: Stefan Gula <[email protected]>
    steweg committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    eba6fb6 View commit details
    Browse the repository at this point in the history
  2. data: add leafref_nodes and leafref_link_node_tree

    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]>
    steweg committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    eee7414 View commit details
    Browse the repository at this point in the history