Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TPROXY_REDIRECTION (0.29 sec)

  1. cni/pkg/iptables/iptables.go

    	// If true, TPROXY will be used for redirection. Else, REDIRECT will be used.
    	// Currently, this is treated as a feature flag, but may be promoted to a permanent feature if there is a need.
    	TPROXYRedirection bool `json:"TPROXY_REDIRECTION"`
    }
    
    type IptablesConfigurator struct {
    	ext    dep.Dependencies
    	nlDeps NetlinkDependencies
    	cfg    *Config
    	iptV   dep.IptablesVersion
    	ipt6V  dep.IptablesVersion
    }
    
    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