Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newIPTablesTracer (0.46 sec)

  1. pkg/proxy/iptables/proxier_test.go

    	// markMasq tracks whether the packet has been marked for masquerading
    	markMasq bool
    }
    
    // newIPTablesTracer creates an iptablesTracer. nodeIPs are the IPs to treat as local
    // node IPs (for determining whether rules with "--src-type LOCAL" or "--dst-type LOCAL"
    // match).
    func newIPTablesTracer(t *testing.T, ipt *iptablestest.FakeIPTables, nodeIPs []string) *iptablesTracer {
    	localIPs := sets.New("127.0.0.1", "::1")
    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