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

Conversation

olivier-matz-6wind
Copy link
Contributor

These 2 commits fix the compilation and the printing of extensions in rpc input and output nodes.

Fixes #2276
Fixes #2280

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]>
Fix the substatement passed to yprp_extension_instances() from
yprp_inout().

Signed-off-by: Olivier Matz <[email protected]>
@olivier-matz-6wind olivier-matz-6wind changed the base branch from master to devel August 5, 2024 12:02
@vjardin
Copy link
Contributor

vjardin commented Aug 5, 2024

LGTM ;) It rings a bell.

@michalvasko
Copy link
Member

Thanks, this seems to be leftover code from when these nodes worked differently, merging.

@michalvasko michalvasko merged commit 998e1e4 into CESNET:devel Aug 12, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rpc input/output extensions are not printed Duplicated extensions in rpc input/output
3 participants