diff --git a/pkg/controllers/proxy/service_endpoints_sync.go b/pkg/controllers/proxy/service_endpoints_sync.go index 23f15c580f..14617f3d64 100644 --- a/pkg/controllers/proxy/service_endpoints_sync.go +++ b/pkg/controllers/proxy/service_endpoints_sync.go @@ -769,10 +769,10 @@ func (nsc *NetworkServicesController) cleanupDSRService(fwMark uint32) error { } if nsc.isIPv4Capable { - cleanupTables("iptables") + cleanupTables("iptables-save") } if nsc.isIPv6Capable { - cleanupTables("ip6tables") + cleanupTables("ip6tables-save") } // cleanup the fwMarkMap to ensure that we don't accidentally build state