22<html lang="en">
33 <head>
44 <meta charset="utf-8" />
5- <title>HAProxy version 3.2-dev14-20 - Configuration Manual</title>
5+ <title>HAProxy version 3.2-dev14-34 - Configuration Manual</title>
66 <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77 <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88 <link href="../css/page.css?0.4.2-15" rel="stylesheet" />
45614561 You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
45624562 </p>
45634563 <p class="text-right">
4564- <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/05/06 </b></small>
4564+ <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/05/07 </b></small>
45654565 </p>
45664566 </div>
45674567 <!-- /.sidebar -->
45724572 <div class="text-center">
45734573 <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
45744574 <h2>Configuration Manual</h2>
4575- <p><strong>version 3.2-dev14-20 </strong></p>
4575+ <p><strong>version 3.2-dev14-34 </strong></p>
45764576 <p>
45774577 2025/05/02<br>
45784578
@@ -18037,7 +18037,7 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1803718037 server s2 192.168.1.1:25
1803818038</code></pre>
1803918039</div><div class="page-header"><b>See also :</b> "<a href="#stick-table">stick-table</a>", "<a href="#stick%20on">stick on</a>", about ACLs and sample fetching.</div>
18040- <a class="anchor" name="stick-table"></a><a class="anchor" name="4-stick-table"></a><a class="anchor" name="4.2-stick-table"></a><a class="anchor" name="stick-table (Proxies)"></a><a class="anchor" name="stick-table (Alphabetically sorted keywords reference)"></a><a class="anchor" name="stick-table type"></a><a class="anchor" name="4-stick-table type"></a><a class="anchor" name="4.2-stick-table type"></a><a class="anchor" name="stick-table type (Proxies)"></a><a class="anchor" name="stick-table type (Alphabetically sorted keywords reference)"></a><div class="keyword"><b><a class="anchor" name="stick-table type"></a><a href="#4.2-stick-table%20type">stick-table type</a></b> <span style="color: #800">{ip | integer | string <span style="color: #008">[len <span style="color: #080"><length></span>]</span> | binary <span style="color: #008">[len <span style="color: #080"><length></span>]</span>}</span>
18040+ <a class="anchor" name="stick-table"></a><a class="anchor" name="4-stick-table"></a><a class="anchor" name="4.2-stick-table"></a><a class="anchor" name="stick-table (Proxies)"></a><a class="anchor" name="stick-table (Alphabetically sorted keywords reference)"></a><a class="anchor" name="stick-table type"></a><a class="anchor" name="4-stick-table type"></a><a class="anchor" name="4.2-stick-table type"></a><a class="anchor" name="stick-table type (Proxies)"></a><a class="anchor" name="stick-table type (Alphabetically sorted keywords reference)"></a><div class="keyword"><b><a class="anchor" name="stick-table type"></a><a href="#4.2-stick-table%20type">stick-table type</a></b> <span style="color: #800">{ip|ipv4|ipv6| integer| string <span style="color: #008">[len <span style="color: #080"><length></span>]</span>| binary <span style="color: #008">[len <span style="color: #080"><length></span>]</span>}</span>
1804118041 size <span style="color: #080"><size></span> <span style="color: #008">[expire <span style="color: #080"><expire></span>]</span> <span style="color: #008">[nopurge]</span> <span style="color: #008">[peers <span style="color: #080"><peersect></span>]</span> <span style="color: #008">[srvkey <span style="color: #080"><srvkey></span>]</span>
1804218042 <span style="color: #008">[write-to <span style="color: #080"><wtable></span>]</span> <span style="color: #008">[store <span style="color: #080"><data_type></span>]</span>* <span style="color: #008">[brates-factor <span style="color: #080"><factor></span>]</span>
1804318043 <span style="color: #008">[recv-only]</span></div><pre class="text">Configure the stickiness table for the current section
@@ -18048,7 +18048,14 @@ <h2 id="chapter-4.2" data-target="4.2"><small><a class="small" href="#4.2">4.2.<
1804818048<tr><td class="alert-error pagination-centered">no<br /><img src="../css/cross.png" alt="no" title="no" /></td><td class="alert-success pagination-centered">yes<br /><img src="../css/check.png" alt="yes" title="yes" /></td><td class="alert-success pagination-centered">yes<br /><img src="../css/check.png" alt="yes" title="yes" /></td><td class="alert-success pagination-centered">yes<br /><img src="../css/check.png" alt="yes" title="yes" /></td></tr>
1804918049</table></div>
1805018050<div class="separator">
18051- <span class="label label-info">Arguments :</span><pre class="prettyprint arguments"> ip a table declared with "type ip" will only store IPv4 addresses.
18051+ <span class="label label-info">Arguments :</span><pre class="prettyprint arguments"> ip This type should be avoided in favor of a more explicit one such
18052+ as "<a href="#ipv4">ipv4</a>" or "<a href="#ipv6">ipv6</a>". Prior to version 3.2 it was the only way to
18053+ configure IPv4. In 3.2, "ip" is an alias for "<a href="#ipv4">ipv4</a>", and "<a href="#ipv4">ipv4</a>"
18054+ is preferred. In a future version, "ip" will instead correspond
18055+ to "<a href="#ipv6">ipv6</a>". It is only meant to ease the transition from pre-3.2
18056+ to post-3.2.
18057+
18058+ ipv4 a table declared with this type will only store IPv4 addresses.
1805218059 This form is very compact (about 50 bytes per entry) and allows
1805318060 very fast entry lookup and stores with almost no overhead. This
1805418061 is mainly used to store client source IP addresses.
@@ -32664,7 +32671,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3266432671 <br>
3266532672 <hr>
3266632673 <div class="text-right">
32667- HAProxy 3.2-dev14-20 – Configuration Manual<br>
32674+ HAProxy 3.2-dev14-34 – Configuration Manual<br>
3266832675 <small>, 2025/05/02</small>
3266932676 </div>
3267032677 </div>
0 commit comments