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

Automated cherry pick of #6707: Fix issue with ipset or iptables chain removal during #6728

Conversation

hongliangl
Copy link
Contributor

Cherry pick of #6707 on release-2.1.

#6707: Fix issue with ipset or iptables chain removal during

For details on the cherry pick process, see the cherry pick requests page.

…cy updates or deletions (antrea-io#6707)

This commit addresses an issue where stale ipset or iptables chain is
not deleted during NodeNetworkPolicy updates or deletions. The root cause
is that the ipset or iptables chain is still referenced by other iptables
rules during the deletion or update attempt. The fix ensures proper order
of ipset and iptables synchronization.

Signed-off-by: Hongliang Liu <[email protected]>
@hongliangl hongliangl added the kind/cherry-pick Categorizes issue or PR as related to the cherry-pick of a bug fix from the main branch to a release label Oct 9, 2024
@tnqn
Copy link
Member

tnqn commented Oct 9, 2024

/test-all

@tnqn tnqn merged commit 36b0191 into antrea-io:release-2.1 Oct 9, 2024
55 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cherry-pick Categorizes issue or PR as related to the cherry-pick of a bug fix from the main branch to a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants