Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newNFTablesTracer (0.12 sec)

  1. pkg/proxy/nftables/helpers_test.go

    	// markMasq tracks whether the packet has been marked for masquerading
    	markMasq bool
    }
    
    // newNFTablesTracer creates an nftablesTracer. nodeIPs are the IP to treat as local node
    // IPs (for determining whether rules with "fib saddr type local" or "fib daddr type
    // local" match).
    func newNFTablesTracer(t *testing.T, nft *knftables.Fake, nodeIPs []string) *nftablesTracer {
    	return &nftablesTracer{
    		nft:     nft,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
Back to top