Skip to content

Commit

Permalink
add not impl
Browse files Browse the repository at this point in the history
Signed-off-by: Yuchen Dai <silentdai@gmail.com>
  • Loading branch information
lambdai committed Aug 21, 2019
1 parent 632b652 commit 25e7c53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/envoy/api/v2/listener/listener.proto
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ message FilterChain {
// See :ref:`base.TransportSocket<envoy_api_msg_core.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;
}

Expand Down

0 comments on commit 25e7c53

Please sign in to comment.