aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-12-04 09:39:29 -0800
committerGravatar Mark D. Roth <roth@google.com>2018-12-04 09:39:29 -0800
commitf27eb3aed15f26d9aa5206928436be389b832a95 (patch)
tree6c7b175afeaff159ee79ebb1cbe9435e238c8fd7 /src/core/ext
parentc3b1047e3089bb79d907910b652694c6622801b9 (diff)
Change xds plugin name to xds_experimental until it's ready for use.
Diffstat (limited to 'src/core/ext')
-rw-r--r--src/core/ext/filters/client_channel/lb_policy/xds/xds.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy/xds/xds.cc b/src/core/ext/filters/client_channel/lb_policy/xds/xds.cc
index 563ff42b2e..faedc0a919 100644
--- a/src/core/ext/filters/client_channel/lb_policy/xds/xds.cc
+++ b/src/core/ext/filters/client_channel/lb_policy/xds/xds.cc
@@ -1780,7 +1780,7 @@ class XdsFactory : public LoadBalancingPolicyFactory {
return OrphanablePtr<LoadBalancingPolicy>(New<XdsLb>(addresses, args));
}
- const char* name() const override { return "xds"; }
+ const char* name() const override { return "xds_experimental"; }
};
} // namespace