summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorIndrajit Raychaudhuri <irc@indrajit.com>2026-05-26 19:50:02 -0500
committerIndrajit Raychaudhuri <irc@indrajit.com>2026-06-19 03:08:06 -0500
commited8f6f0b3527dfb68713fd88cf660e323868d8a0 (patch)
tree929bae5765544178f91e6c622be7995ca520f3a0 /interface-definitions
parent8a334590daa3104be0519bab8d73557304d8572c (diff)
downloadvyos-1x-ed8f6f0b3527dfb68713fd88cf660e323868d8a0.tar.gz
vyos-1x-ed8f6f0b3527dfb68713fd88cf660e323868d8a0.zip
haproxy: T8931: Add option http-server-close in backend sections
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/load-balancing_haproxy.xml.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/load-balancing_haproxy.xml.in b/interface-definitions/load-balancing_haproxy.xml.in
index e9d42ef90..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>