You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// NOTE: if we fail to flush or delete the chain, then we will never clean it up in the future.
434
+
// This is zero-day behavior since NPM supported nft (we used to mark the chain stale, but this would not have worked as expected).
435
+
// NPM currently has no mechanism for retrying flush/delete for a chain from the other iptables version (other than the AZURE-NPM chain which is handled above).
433
436
currentErrString:=fmt.Sprintf("failed to flush chain %s with err [%v]", chain, err)
// add to staleChains if it's not one of the iptablesAzureChains
455
-
pMgr.staleChains.add(chain)
457
+
// NOTE: if we fail to flush or delete the chain, then we will never clean it up in the future.
458
+
// This is zero-day behavior since NPM supported nft (we used to mark the chain stale, but this would not have worked as expected).
459
+
// NPM currently has no mechanism for retrying flush/delete for a chain from the other iptables version (other than the AZURE-NPM chain which is handled above).
456
460
currentErrString:=fmt.Sprintf("failed to delete chain %s with err [%v]", chain, err)
0 commit comments