Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestExternalTrafficPolicyLocal (0.39 sec)

  1. pkg/proxy/nftables/proxier_test.go

    				})
    			}
    		})
    	}
    }
    
    // TestExternalTrafficPolicyLocal tests that traffic to externally-facing IPs does not get
    // masqueraded when using Local traffic policy. For traffic from external sources, that
    // means it can also only be routed to local endpoints, but for traffic from internal
    // sources, it gets routed to all endpoints.
    func TestExternalTrafficPolicyLocal(t *testing.T) {
    	nft, fp := NewFakeProxier(v1.IPv4Protocol)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    		})
    	}
    }
    
    // TestExternalTrafficPolicyLocal tests that traffic to externally-facing IPs does not get
    // masqueraded when using Local traffic policy. For traffic from external sources, that
    // means it can also only be routed to local endpoints, but for traffic from internal
    // sources, it gets routed to all endpoints.
    func TestExternalTrafficPolicyLocal(t *testing.T) {
    	ipt := iptablestest.NewFake()
    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