diff options
| author | Indrajit Raychaudhuri <irc@indrajit.com> | 2026-05-26 19:18:57 -0500 |
|---|---|---|
| committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2026-06-19 03:08:06 -0500 |
| commit | 8a334590daa3104be0519bab8d73557304d8572c (patch) | |
| tree | aacfbf14494694eb1ed174157d9a74679c814f9b /interface-definitions/load-balancing_haproxy.xml.in | |
| parent | 177c5e837073789431e945620dca6a2ee0b1927f (diff) | |
| download | vyos-1x-8a334590daa3104be0519bab8d73557304d8572c.tar.gz vyos-1x-8a334590daa3104be0519bab8d73557304d8572c.zip | |
haproxy: T8931: Add timeout.tunnel in default and backend sections
Diffstat (limited to 'interface-definitions/load-balancing_haproxy.xml.in')
| -rw-r--r-- | interface-definitions/load-balancing_haproxy.xml.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/interface-definitions/load-balancing_haproxy.xml.in b/interface-definitions/load-balancing_haproxy.xml.in index f3baf86ca..e9d42ef90 100644 --- a/interface-definitions/load-balancing_haproxy.xml.in +++ b/interface-definitions/load-balancing_haproxy.xml.in @@ -399,6 +399,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> |
