Author: buildbot
Date: Wed May 30 11:16:24 2012
New Revision: 819605
Log:
Staging update by buildbot for tserver
Modified:
websites/staging/trafficserver/trunk/content/ (props changed)
websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html
Propchange: websites/staging/trafficserver/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed May 30 11:16:24 2012
@@ -1 +1 @@
-1342806
+1344195
Modified:
websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html
==============================================================================
---
websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html
(original)
+++
websites/staging/trafficserver/trunk/content/docs/trunk/admin/configuration-files/records.config.en.html
Wed May 30 11:16:24 2012
@@ -189,6 +189,25 @@ the <code>records.config</code> file.</p
<dd>Default: <code>1096908</code></dd>
<dd>The new default thread stack size, for all threads. The original default
is set at 1 MB.</dd>
</dl>
+<h1 id="Network">Network</h1>
+<dl>
+<dt
id="proxy.local.incoming_ip_to_bind"><em><code>proxy.local.incoming_ip_to_bind</code></em></dt>
+<dd><code>STRING</code></dd>
+<dd>Default:</dd>
+<dd>
+<p>This variable can be used to bind to a specific IPs in a multi-interface
setup. Multiple occurances of this variable mean multiple binds to
<em>different</em> IPs.</p>
+<div class="codehilite"><pre><span class="n">LOCAL</span> <span
class="n">proxy</span><span class="o">.</span><span
class="nb">local</span><span class="o">.</span><span
class="n">incoming_ip_to_bind</span> <span class="n">STRING</span> <span
class="mf">192.168.101.17</span>
+<span class="n">LOCAL</span> <span class="n">proxy</span><span
class="o">.</span><span class="nb">local</span><span class="o">.</span><span
class="n">incoming_ip_to_bind</span> <span class="n">STRING</span> <span
class="mf">192.168.101.18</span>
+</pre></div>
+
+
+<p>In order to bind to both, the IPv4 and and IPv6 sockets, use the following
setup:</p>
+<div class="codehilite"><pre><span class="n">LOCAL</span> <span
class="n">proxy</span><span class="o">.</span><span
class="nb">local</span><span class="o">.</span><span
class="n">incoming_ip_to_bind</span> <span class="n">STRING</span> <span
class="mf">192.168.101.18</span> <span class="n">fc07:192:168:101::18</span>
+</pre></div>
+
+
+</dd>
+</dl>
<h1 id="Cluster">Cluster</h1>
<dl>
<dt
id="proxy.local.cluster.type"><em><code>proxy.local.cluster.type</code></em></dt>