Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jumis (0.02 sec)

  1. tools/istio-clean-iptables/pkg/cmd/cleanup.go

    // or create unique abstractions for them
    func cleanupDNSUDP(cfg *config.Config, ext dep.Dependencies, iptV, ipt6V *dep.IptablesVersion) {
    	// Remove UDP jumps from OUTPUT chain to ISTIOOUTPUT chain
    	ext.RunQuietlyAndIgnore(constants.IPTables, iptV, nil, "-t", constants.NAT, "-D", constants.OUTPUT, "-p", constants.UDP, "-j", constants.ISTIOOUTPUT)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 5.1K bytes
    - Viewed (0)
Back to top