Skip to content

Commit 012f8bf

Browse files
authored
xds: Enable dualstack flag (#8134)
1 parent bf0c885 commit 012f8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/envconfig/xds.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ var (
5656

5757
// XDSDualstackEndpointsEnabled is true if gRPC should read the
5858
// "additional addresses" in the xDS endpoint resource.
59-
XDSDualstackEndpointsEnabled = boolFromEnv("GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS", false)
59+
XDSDualstackEndpointsEnabled = boolFromEnv("GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS", true)
6060

6161
// XDSSystemRootCertsEnabled is true when xDS enabled gRPC clients can use
6262
// the system's default root certificates for TLS certificate validation.

0 commit comments

Comments
 (0)