From 963e64de55fe0a966fcbb145db7730e715522a50 Mon Sep 17 00:00:00 2001 From: Venil Noronha Date: Mon, 5 Nov 2018 13:52:35 -0800 Subject: [PATCH] Enable TCP Cluster Rewrite filter registration (#2021) This commit enables the static registration of the TCP Cluster Rewrite filter by updating the build configuration. Signed-off-by: Venil Noronha --- src/envoy/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/envoy/BUILD b/src/envoy/BUILD index 9f20000de80..61b354a13df 100644 --- a/src/envoy/BUILD +++ b/src/envoy/BUILD @@ -29,7 +29,7 @@ envoy_cc_binary( "//src/envoy/http/jwt_auth:http_filter_factory", "//src/envoy/http/mixer:filter_lib", "//src/envoy/tcp/mixer:filter_lib", - "//src/envoy/tcp/tcp_cluster_rewrite:tcp_cluster_rewrite_lib", + "//src/envoy/tcp/tcp_cluster_rewrite:config_lib", "@envoy//source/exe:envoy_main_entry_lib", ], )