Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AppendRule (0.05 sec)

  1. cni/pkg/iptables/iptables.go

    	iptablesBuilder.AppendRule(
    		iptableslog.UndefinedCommand, iptablesconstants.OUTPUT, iptablesconstants.NAT,
    		"-j", ChainInpodOutput,
    	)
    
    	if redirectDNS {
    		iptablesBuilder.AppendRule(
    			iptableslog.UndefinedCommand, iptablesconstants.PREROUTING, iptablesconstants.RAW,
    			"-j", ChainInpodPrerouting,
    		)
    		iptablesBuilder.AppendRule(
    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