Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RunQuietlyAndIgnore (0.17 sec)

  1. cni/pkg/iptables/iptables.go

    	}
    	for _, iptVer := range iptablesVariant {
    		for _, cmd := range optionalDeleteCmds {
    			// Ignore errors, as it is expected to fail in cases where the node is already cleaned up.
    			cfg.ext.RunQuietlyAndIgnore(iptablesconstants.IPTables, &iptVer, nil, cmd...)
    		}
    	}
    }
    
    func (cfg *IptablesConfigurator) appendHostRules(hostSNATIP, hostSNATIPV6 *netip.Addr) *builder.IptablesRuleBuilder {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Oct 15 15:39:28 UTC 2024
    - 23.3K bytes
    - Viewed (0)
Back to top