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

Fix compilation and printing of extensions in rpc in/out #2281

Merged
merged 2 commits into from
Aug 12, 2024

Commits on Aug 5, 2024

  1. schema compile BUGFIX avoid extension duplication in rpc in/out

    The extensions are compiled once in lys_compile_node_action_inout(),
    then another time in lys_compile_node_(), which adds the same extensions
    again.
    
    Remove the extension compilation from lys_compile_node_action_inout().
    
    Signed-off-by: Olivier Matz <[email protected]>
    olivier-matz-6wind committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1da3b06 View commit details
    Browse the repository at this point in the history
  2. printer_yang BUGFIX display of extensions for rpc in/out

    Fix the substatement passed to yprp_extension_instances() from
    yprp_inout().
    
    Signed-off-by: Olivier Matz <[email protected]>
    olivier-matz-6wind committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0bc94c0 View commit details
    Browse the repository at this point in the history