Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for e3a1 (0.05 sec)

  1. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    					Resolution:               model.ClientSideLB,
    					DefaultAddress:           "0.0.0.0",
    					AutoAllocatedIPv4Address: "240.240.227.81",
    					AutoAllocatedIPv6Address: "2001:2::f0f0:e351",
    				},
    			},
    		},
    		{
    			name: "allocate IP for dns lb",
    			inServices: []*model.Service{
    				{
    					Hostname:       "foo.com",
    					Resolution:     model.DNSLB,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        assertThat(parse("http://[%3A%3A%31]/").host).isEqualTo("::1")
    
        // Including the Square braces themselves! (This is what Chrome does.)
        assertThat(parse("http://%5B%3A%3A1%5D/").host).isEqualTo("::1")
      }
    
      @Test
      fun hostIpv6AddressDifferentFormats() {
        // Multiple representations of the same address; see http://tools.ietf.org/html/rfc5952.
        val a3 = "2001:db8::1:0:0:1"
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
Back to top