|
|
@ -6,7 +6,6 @@ import "envoy/config/core/v3/base.proto"; |
|
|
|
import "envoy/config/core/v3/proxy_protocol.proto"; |
|
|
|
import "envoy/config/core/v3/proxy_protocol.proto"; |
|
|
|
|
|
|
|
|
|
|
|
import "udpa/annotations/status.proto"; |
|
|
|
import "udpa/annotations/status.proto"; |
|
|
|
import "udpa/annotations/versioning.proto"; |
|
|
|
|
|
|
|
import "validate/validate.proto"; |
|
|
|
import "validate/validate.proto"; |
|
|
|
|
|
|
|
|
|
|
|
option java_package = "io.envoyproxy.envoy.extensions.transport_sockets.proxy_protocol.v3"; |
|
|
|
option java_package = "io.envoyproxy.envoy.extensions.transport_sockets.proxy_protocol.v3"; |
|
|
@ -16,9 +15,10 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE; |
|
|
|
|
|
|
|
|
|
|
|
// [#protodoc-title: Upstream Proxy Protocol] |
|
|
|
// [#protodoc-title: Upstream Proxy Protocol] |
|
|
|
// [#extension: envoy.transport_sockets.upstream_proxy_protocol] |
|
|
|
// [#extension: envoy.transport_sockets.upstream_proxy_protocol] |
|
|
|
// [#not-implemented-hide:] |
|
|
|
|
|
|
|
// Configuration for PROXY protocol socket |
|
|
|
// Configuration for PROXY protocol socket |
|
|
|
message ProxyProtocolUpstreamTransport { |
|
|
|
message ProxyProtocolUpstreamTransport { |
|
|
|
|
|
|
|
// The PROXY protocol settings |
|
|
|
config.core.v3.ProxyProtocolConfig config = 1; |
|
|
|
config.core.v3.ProxyProtocolConfig config = 1; |
|
|
|
|
|
|
|
|
|
|
|
// The underlying transport socket being wrapped. |
|
|
|
// The underlying transport socket being wrapped. |
|
|
|