Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for parseIPTablesData (0.23 sec)

  1. pkg/proxy/iptables/proxier_test.go

    		},
    	}
    	p.setInitialized(true)
    	p.syncRunner = async.NewBoundedFrequencyRunner("test-sync-runner", p.syncProxyRules, 0, time.Minute, 1)
    	return p
    }
    
    // parseIPTablesData takes iptables-save output and returns a map of table name to array of lines.
    func parseIPTablesData(ruleData string) (map[string][]string, error) {
    	// Split ruleData at the "COMMIT" lines; given valid input, this will result in
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
Back to top