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

Improve compatibility checking #146

Open
ondrej-fabry opened this issue Jul 13, 2023 · 0 comments
Open

Improve compatibility checking #146

ondrej-fabry opened this issue Jul 13, 2023 · 0 comments

Comments

@ondrej-fabry
Copy link
Member

The current implementation of the compatibility checking does not make distinction between a missing message and message with different CRC.

This has recently caused issue in the last VPP release 23.06 where new messages where added to interface API which caused the compatibility check in examples fail. As a quick workaround the examples now only log warning message on failing this check for interface API.

The proper solution for this is to fail only if the messages that are being checked actually exist in the connected VPP and are truly incompatible - have different CRC.

@ondrej-fabry ondrej-fabry added this to the v0.9.0 milestone Jul 13, 2023
@ondrej-fabry ondrej-fabry removed this from the v0.9.0 milestone May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant