diff --git a/api/envoy/api/v2/listener/listener.proto b/api/envoy/api/v2/listener/listener.proto index e8e9a4960c68..293a4d2da221 100644 --- a/api/envoy/api/v2/listener/listener.proto +++ b/api/envoy/api/v2/listener/listener.proto @@ -189,9 +189,9 @@ message FilterChain { // See :ref:`base.TransportSocket` description. core.TransportSocket transport_socket = 6; - // The unique name (or empty) by which this filter chain is known. If no name is provided, - // Envoy will allocate an internal UUID for the filter chain. If the filter chain is to be dynamically - // updated or removed via FCDS a unique name must be provided. + // [#not-implemented-hide:] The unique name (or empty) by which this filter chain is known. If no + // name is provided, Envoy will allocate an internal UUID for the filter chain. If the filter + // chain is to be dynamically updated or removed via FCDS a unique name must be provided. string name = 7; }