Skip to content

Commit

Permalink
cds: correct dns_lookup_family default docs. (grpc#374)
Browse files Browse the repository at this point in the history
Fixes grpc#347.

Signed-off-by: Harvey Tuch <htuch@google.com>
  • Loading branch information
htuch authored Dec 29, 2017
1 parent bbd2cda commit dd8a7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/cds.proto
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ message Cluster {

// The DNS IP address resolution policy. If this setting is not specified, the
// value defaults to
// :ref:`V4_ONLY<envoy_api_enum_value_Cluster.DnsLookupFamily.V4_ONLY>`.
// :ref:`AUTO<envoy_api_enum_value_Cluster.DnsLookupFamily.AUTO>`.
DnsLookupFamily dns_lookup_family = 17 [(validate.rules).enum.defined_only = true];

// If DNS resolvers are specified and the cluster type is either
Expand Down

0 comments on commit dd8a7f0

Please sign in to comment.