Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for masquerading (0.28 sec)

  1. pkg/proxy/nftables/helpers_test.go

    	add chain ip testing mark-for-masquerade
    	add rule ip testing mark-for-masquerade mark set mark or 0x4000
    	add chain ip testing masquerading
    	add rule ip testing masquerading mark and 0x4000 == 0 return
    	add rule ip testing masquerading mark set mark xor 0x4000
    	add rule ip testing masquerading masquerade fully-random
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modfetch/codehost/git.go

    	// because we want to avoid ever importing a commit that isn't
    	// reachable from refs/tags/* or refs/heads/* or HEAD.
    	// Both Gerrit and GitHub expose every CL/PR as a named ref,
    	// and we don't want those commits masquerading as being real
    	// pseudo-versions in the main repo.
    	if r.fetchLevel <= fetchSome && ref != "" && hash != "" && !r.local {
    		r.fetchLevel = fetchSome
    		var refspec string
    		if ref == "HEAD" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 22:10:38 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.2.md

    * Allow setting the Host header in a httpGet probe ([#24292](https://github.com/kubernetes/kubernetes/pull/24292), [@errm](https://github.com/errm))
    * Bridge off-cluster traffic into services by masquerading. ([#24429](https://github.com/kubernetes/kubernetes/pull/24429), [@cjcullen](https://github.com/cjcullen))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
Back to top