From 796dd5bf21c9bb3a7c5e1b03b4cb2b68752ded79 Mon Sep 17 00:00:00 2001 From: Matt Rice Date: Tue, 23 Jan 2018 16:25:26 -0500 Subject: [PATCH] remove not implemented tag from lds metadata Signed-off-by: Matt Rice --- api/lds.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/lds.proto b/api/lds.proto index d1f55368a..02fcc5bf1 100644 --- a/api/lds.proto +++ b/api/lds.proto @@ -82,7 +82,7 @@ message Listener { // If unspecified, an implementation defined default is applied (1MiB). google.protobuf.UInt32Value per_connection_buffer_limit_bytes = 5; - // [#not-implemented-hide:] Listener metadata. + // Listener metadata. Metadata metadata = 6; // [#not-implemented-hide:]