You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 forinterface
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.
The text was updated successfully, but these errors were encountered: