diff options
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> |
