admin: Add socket options (#7562)

Signed-off-by: Ruslan Nigmatullin <elessar@dropbox.com>

Mirrored from https://github.com/envoyproxy/envoy @ a8e13646852e11c08e69b75e61337164b52cac7c
pull/620/head
data-plane-api(CircleCI) 6 years ago
parent a8708fec15
commit 6b5834fa0a
  1. 4
      envoy/config/bootstrap/v2/bootstrap.proto

@ -161,6 +161,10 @@ message Admin {
// The TCP address that the administration server will listen on.
// If not specified, Envoy will not start an administration server.
envoy.api.v2.core.Address address = 3;
// Additional socket options that may not be present in Envoy source code or
// precompiled binaries.
repeated envoy.api.v2.core.SocketOption socket_options = 4;
}
// Cluster manager :ref:`architecture overview <arch_overview_cluster_manager>`.

Loading…
Cancel
Save