-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add support for non-strict exclusion in the consistency check #117
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be really nice if we could have some unit tests for the match functions.
Hello folks, Just to give you a feedback about this PR, after applying it on the flow_manager napp, the end-to-end tests related to issue #114 are no longer failing, which is great. Furthermore, no other test failed because of this patch, which is also good. Before the patch:
After applying the patch:
|
Currently consistency check is not supported for no-strict deletion. This modification begins to solve this problem by adding support for non-strict deletion using a cookie.
Co-authored-by: Humberto Diógenes <hdiogenes@gmail.com>
Fix the masks in the non-strict delete operation. Co-authored-by: Antonio Francisco <antonio@ansp.br>
Add unit test for non-strict delete using the cookie and IPv4 (OF 1.3) in the consistency check.
Pull Request Template
Fix #114
Related #113
📑 Description of the Change
Add support for non-strict exclusion in the consistency check.
Example of a request supported by the consistency check after this modification.
Important
Mask fields are applied to the
IP address
and thecookie
field.💻 Verification Process
📄 Release Notes
References