summaryrefslogtreecommitdiff
path: root/interface-definitions/include/haproxy/timeout-tunnel.xml.i
blob: ea6be1505894e6a4aadddb67cd44a375329ad39a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- include start from haproxy/timeout-tunnel.xml.i -->
<leafNode name="tunnel">
  <properties>
    <help>Set the maximum inactivity time on the client and server side for tunnels</help>
    <valueHelp>
      <format>u32:1-86400</format>
      <description>Tunnel timeout in seconds</description>
    </valueHelp>
    <constraint>
      <validator name="numeric" argument="--range 1-86400"/>
    </constraint>
  </properties>
</leafNode>
<!-- include end -->