diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2026-06-23 18:45:17 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-23 18:45:17 +0300 |
| commit | 105c2470df751f9bff280255506640e63204e3bb (patch) | |
| tree | 18e25c127bf66f6316e91cc8646718ff6f34a9a1 /interface-definitions/load-balancing_haproxy.xml.in | |
| parent | 4e74f21299c77a35115a61908a2c84e390e1f0d1 (diff) | |
| parent | 4f550fc5184f7d583f5976e801e9cae4d06e0cb6 (diff) | |
| download | vyos-1x-105c2470df751f9bff280255506640e63204e3bb.tar.gz vyos-1x-105c2470df751f9bff280255506640e63204e3bb.zip | |
Merge pull request #5226 from indrajitr/haproxy-websocket
haproxy: T8931: Improve WebSocket support for HAProxy
Diffstat (limited to 'interface-definitions/load-balancing_haproxy.xml.in')
| -rw-r--r-- | interface-definitions/load-balancing_haproxy.xml.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/interface-definitions/load-balancing_haproxy.xml.in b/interface-definitions/load-balancing_haproxy.xml.in index f3baf86ca..8111d7506 100644 --- a/interface-definitions/load-balancing_haproxy.xml.in +++ b/interface-definitions/load-balancing_haproxy.xml.in @@ -225,6 +225,12 @@ </constraint> </properties> </leafNode> + <leafNode name="http-server-close"> + <properties> + <help>Enable HTTP/1.x connection closing on the server side</help> + <valueless/> + </properties> + </leafNode> #include <include/haproxy/rule-backend.xml.i> <tagNode name="server"> <properties> @@ -399,6 +405,10 @@ <leafNode name="server"> <defaultValue>50</defaultValue> </leafNode> + #include <include/haproxy/timeout-tunnel.xml.i> + <leafNode name="tunnel"> + <defaultValue>300</defaultValue> + </leafNode> </children> </node> #include <include/interface/vrf.xml.i> |
