Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CmdToString (0.08 sec)

  1. cni/pkg/iptables/iptables.go

    	log *istiolog.Scope,
    	data string,
    	iptVer *dep.IptablesVersion,
    ) error {
    	cmd := iptablesconstants.IPTablesRestore
    	log.Infof("Running %s with the following input:\n%v", iptVer.CmdToString(cmd), strings.TrimSpace(data))
    	// --noflush to prevent flushing/deleting previous contents from table
    	return cfg.ext.Run(cmd, iptVer, strings.NewReader(data), "--noflush", "-v")
    }
    
    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