Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AppendRuleV6 (0.06 sec)

  1. cni/pkg/iptables/iptables.go

    		"dst",
    		"-j", "SNAT",
    		"--to-source", hostSNATIP.String(),
    	)
    
    	// For V6 we have to use a different set and a different SNAT IP
    	if cfg.cfg.EnableIPv6 {
    		iptablesBuilder.AppendRuleV6(
    			iptableslog.UndefinedCommand, ChainHostPostrouting, iptablesconstants.NAT,
    			"-m", "owner",
    			"--socket-exists",
    			"-p", "tcp",
    			"-m", "set",
    			"--match-set", fmt.Sprintf(ipset.V6Name, ProbeIPSet),
    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