Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for iptablesconfig (0.15 sec)

  1. cni/pkg/iptables/iptables.go

    type IptablesConfigurator struct {
    	ext    dep.Dependencies
    	nlDeps NetlinkDependencies
    	cfg    *Config
    	iptV   dep.IptablesVersion
    	ipt6V  dep.IptablesVersion
    }
    
    func ipbuildConfig(c *Config) *iptablesconfig.Config {
    	return &iptablesconfig.Config{
    		RestoreFormat: c.RestoreFormat,
    		TraceLogging:  c.TraceLogging,
    		EnableIPv6:    c.EnableIPv6,
    		RedirectDNS:   c.RedirectDNS,
    	}
    }
    
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue May 07 19:54:50 GMT 2024
    - 19.7K bytes
    - Viewed (0)
Back to top