Skip to content

Commit

Permalink
api: add name into filter chain (#7966)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuchen Dai <silentdai@gmail.com>
  • Loading branch information
lambdai authored and mattklein123 committed Aug 21, 2019
1 parent 7eed733 commit f04dccb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/envoy/api/v2/listener/listener.proto
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@ message FilterChain {

// See :ref:`base.TransportSocket<envoy_api_msg_core.TransportSocket>` description.
core.TransportSocket transport_socket = 6;

// [#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;
}

message ListenerFilter {
Expand Down
1 change: 1 addition & 0 deletions tools/spelling_dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ EWOULDBLOCK
EXPECTs
EXPR
FAQ
FCDS
FDs
FFFF
FIN
Expand Down

0 comments on commit f04dccb

Please sign in to comment.