Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Klein <[email protected]>
  • Loading branch information
mattklein123 committed Nov 11, 2019
1 parent cd43ed5 commit bb20fbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/extensions/filters/udp/udp_proxy/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ licenses(["notice"]) # Apache 2

load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_extension",
"envoy_cc_library",
"envoy_package",
)
Expand All @@ -23,10 +24,12 @@ envoy_cc_library(
],
)

envoy_cc_library(
envoy_cc_extension(
name = "config",
srcs = ["config.cc"],
hdrs = ["config.h"],
security_posture = "robust_to_untrusted_downstream",
status = "wip",
deps = [
":udp_proxy_filter_lib",
"//include/envoy/registry",
Expand Down

0 comments on commit bb20fbd

Please sign in to comment.