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 issue with ipset or iptables chain removal during NodeNetworkPolicy updates or deletions #6707

Merged
merged 1 commit into from
Oct 8, 2024

Commits on Oct 8, 2024

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

    …cy updates or deletions
    
    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 8, 2024
    Configuration menu
    Copy the full SHA
    1616677 View commit details
    Browse the repository at this point in the history