lds: add name for listeners (#103)

pull/106/head
Matt Klein 8 years ago committed by htuch
parent 194b656c79
commit 2dc5d4a37a
  1. 5
      api/lds.proto

@ -135,4 +135,9 @@ message Listener {
// See base.Metadata description.
Metadata metadata = 5;
// The unique name of the listener. If no name is provided, Envoy will generate a
// UUID for internal use. The name is used for dynamic listener update and removal
// via the LDS APIs.
string name = 6;
}

Loading…
Cancel
Save