Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dropRune (0.07 sec)

  1. pkg/proxy/iptables/proxier_test.go

    	`)
    
    	testCases := []struct {
    		nfacctEnsured  bool
    		tcpLiberal     bool
    		dropRule       string
    		nfAcctCounters map[string]bool
    	}{
    		{
    			nfacctEnsured:  false,
    			tcpLiberal:     false,
    			nfAcctCounters: map[string]bool{},
    			dropRule:       "-A KUBE-FORWARD -m conntrack --ctstate INVALID -j DROP",
    		},
    		{
    			nfacctEnsured: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (1)
Back to top