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 DNAT cleanup in VNI reset #574

Merged
merged 4 commits into from
Jun 7, 2024
Merged

Fix DNAT cleanup in VNI reset #574

merged 4 commits into from
Jun 7, 2024

Conversation

PlagueCZ
Copy link
Contributor

@PlagueCZ PlagueCZ commented Jun 6, 2024

This should be enough to fix the problem for VNI unsubscription and neighboring NAT removal

Fixes #573

@github-actions github-actions bot added bug Something isn't working size/S size/M and removed size/S labels Jun 6, 2024
@PlagueCZ
Copy link
Contributor Author

PlagueCZ commented Jun 6, 2024

I added one more commit to optimize the DNAT entry deletion function to reduce hashing, since it will be called multliple times in VNI reset. Even though this is in orchestration phase, so no hot-path.

I think these commits can be squashed before merging, but for current analysis I kept them separate.

@PlagueCZ PlagueCZ marked this pull request as ready for review June 6, 2024 15:07
@PlagueCZ PlagueCZ requested a review from a team as a code owner June 6, 2024 15:07
PlagueCZ added 4 commits June 7, 2024 13:14

Verified

This commit was signed with the committer’s verified signature.
PlagueCZ Jaromír Smrček

Verified

This commit was signed with the committer’s verified signature.
PlagueCZ Jaromír Smrček

Verified

This commit was signed with the committer’s verified signature.
PlagueCZ Jaromír Smrček

Verified

This commit was signed with the committer’s verified signature.
PlagueCZ Jaromír Smrček
Copy link
Collaborator

@guvenc guvenc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now.

@guvenc guvenc merged commit 40a50de into main Jun 7, 2024
6 checks passed
@guvenc guvenc deleted the fix/nat_cleanup branch June 7, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VIP creation blocked by previously removed NAT
3 participants