-
Notifications
You must be signed in to change notification settings - Fork 333
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(meshpassthrough): generate separate filter chain when ip/cidr fo… #12054
base: master
Are you sure you want to change the base?
Conversation
…ing chains Signed-off-by: Lukasz Dziedziak <[email protected]>
e77ed71
to
0869f76
Compare
You mentioned 3 issues being solved by this PR, but I don't see any new tests, only updates to existing golden files and output changes. Are those issues covered by existing tests? |
as for backporting. It's a significant change, but it's scoped to MeshPasshtrough so I'm ok with backporting it. |
I think 2 main things
The problem is that if the configuration is small we cannot hit some route aggregation/protocol ordering, but when is too big we might miss something. Maybe more targeted test cases could help here |
Signed-off-by: Lukasz Dziedziak <[email protected]>
Signed-off-by: Lukasz Dziedziak <[email protected]>
Another edge case, in which network request to
|
Signed-off-by: Lukasz Dziedziak <[email protected]>
Signed-off-by: Lukasz Dziedziak <[email protected]>
…nto fix-mesh-passthrough-cidr
Do we have a test case that covers the case: #12054 (comment) ? |
Signed-off-by: Lukasz Dziedziak <[email protected]>
Signed-off-by: Lukasz Dziedziak <[email protected]>
Signed-off-by: Lukasz Dziedziak <[email protected]>
Yes, I split the big test case into smaller ones for readability |
Motivation
While testing the policy, we noticed some unexpected behavior:
Implementation information
Supporting documentation
Fix #12052