Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for route_Invalidhex (0.35 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/net/interface_test.go

    		{"gatewaylast", gatewaylast, 1, &ipv4Route, ""},
    		{"no routes", nothing, 0, nil, ""},
    		{"badDestination", badDestination, 0, nil, "invalid IPv4"},
    		{"badGateway", badGateway, 0, nil, "invalid IPv4"},
    		{"route_Invalidhex", route_Invalidhex, 0, nil, "odd length hex string"},
    		{"no default routes", noInternetConnection, 0, nil, ""},
    	}
    	for _, tc := range testCases {
    		r := strings.NewReader(tc.route)
    		routes, err := getIPv4DefaultRoutes(r)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 07:29:34 UTC 2023
    - 33.2K bytes
    - Viewed (0)
Back to top