Skip to content

Commit b593acb

Browse files
author
hzoppetti
committed
updated description
1 parent d35b342 commit b593acb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

openapi.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17147,21 +17147,21 @@ components:
1714717147
x-linode-cli-display: 6
1714817148
proxy_protocol:
1714917149
description: >
17150-
ProxyProtocol is an internet protocol that sends information as a header on a
17151-
TCP connection without losing client data. When used with a NodeBalancer, it
17152-
enables the termination of TCP connections.
17150+
ProxyProtocol is a TCP extension that sends initial TCP connection
17151+
information such as source/destination IPs and ports to backend devices.
17152+
This information would be lost otherwise. Backend devices must be
17153+
configured to work with ProxyProtocol if enabled.
1715317154

1715417155

17155-
Linode NodeBalancers supports two versions, `v1` and `v2`. `v1` is human readable
17156-
text while `v2` makes use of a binary signature.
17157-
17158-
17159-
If ommited from the configuration, the default is `none`.
17156+
* If ommited, or set to `none`, the NodeBalancer doesn't send any auxilary
17157+
data over TCP connections. This is the default.
17158+
* If set to `v1`, the human-readable header format (Version 1), is used.
17159+
* If set to `v2`, the binary header format (Version 2), is used.
1716017160
type: string
1716117161
enum:
17162+
- none
1716217163
- v1
1716317164
- v2
17164-
- none
1716517165
example: none
1716617166
default: none
1716717167
cipher_suite:

0 commit comments

Comments
 (0)