Skip to content

Commit

Permalink
release: un-deprecate "use_original_dst". (envoyproxy#7623)
Browse files Browse the repository at this point in the history
"use_original_dst" and "bind_to_port" are two complementary parts
of the "virtual listeners" feature, and they should be deprecated
together.

However, they are both currently exempted (see: envoyproxy#5355), so revert
the change from envoyproxy#7549.

Signed-off-by: Piotr Sikora <[email protected]>
  • Loading branch information
PiotrSikora authored and TAOXUY committed Jul 22, 2019
1 parent 94f5009 commit 86e48f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/common/runtime/runtime_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ constexpr const char* disallowed_features[] = {
"envoy.deprecated_features.deprecated.proto:is_deprecated_fatal",
"envoy.deprecated_features.bootstrap.proto:runtime",
"envoy.deprecated_features.redis_proxy.proto:catch_all_cluster",
"envoy.deprecated_features.lds.proto:use_original_dst",
"envoy.deprecated_features.server_info.proto:max_stats",
"envoy.deprecated_features.redis_proxy.proto:cluster",
"envoy.deprecated_features.server_info.proto:max_obj_name_len",
Expand Down

0 comments on commit 86e48f3

Please sign in to comment.