Skip to content

Commit

Permalink
listener: release multiple addresses listener (#22097)
Browse files Browse the repository at this point in the history
Signed-off-by: He Jie Xu <[email protected]>
  • Loading branch information
soulxu authored Jul 18, 2022
1 parent 17928b8 commit 3ee360c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion api/envoy/admin/v3/listeners.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ message ListenerStatus {

// The additional addresses the listener is listening on as specified via the :ref:`additional_addresses <envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>`
// configuration.
// [#not-implemented-hide:]
repeated config.core.v3.Address additional_local_addresses = 3;
}
2 changes: 0 additions & 2 deletions api/envoy/config/listener/v3/listener.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE;
// Listener :ref:`configuration overview <config_listeners>`

// The additional address the listener is listening on.
// [#not-implemented-hide:]
message AdditionalAddress {
core.v3.Address address = 1;
}
Expand Down Expand Up @@ -124,7 +123,6 @@ message Listener {
// The additional addresses the listener should listen on. The addresses must be unique across all
// listeners. Multiple addresses with port 0 can be supplied. When using multiple addresses in a single listener,
// all addresses use the same protocol, and multiple internal addresses are not supported.
// [#not-implemented-hide:]
repeated AdditionalAddress additional_addresses = 33;

// Optional prefix to use on listener stats. If empty, the stats will be rooted at
Expand Down
3 changes: 3 additions & 0 deletions changelogs/current.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`

new_features:
- area: listener
change: |
added multiple listening addresses in single listener. :ref:`listener additional addresses<envoy_v3_api_field_config.listener.v3.Listener.additional_addresses>`.
deprecated:

0 comments on commit 3ee360c

Please sign in to comment.