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

Commits on Oct 9, 2024

  1. Fix issue with ipset or iptables chain removal during NodeNetworkPoli…

    …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 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    0a3bef0 View commit details
    Browse the repository at this point in the history