Skip to content

Commit 35a5d50

Browse files
committed
github pages
1 parent 81522a0 commit 35a5d50

File tree

7 files changed

+37
-1
lines changed

7 files changed

+37
-1
lines changed

docs/_sources/access/l2bsa.rst.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ This interface is used for corresponding traffic streams
142142
where the a10nsp-interface is not explicitly defined, including
143143
the autogenerated :ref:`session traffic <session-traffic>`.
144144

145+
With ``a10nsp-dynamic`` enabled, the A10NSP interface can be learned dynamically
146+
and streams are automatically moved to the correct interface. This feature is only
147+
supported when threading is disabled.
148+
149+
145150
L2BSA over Network Inerfaces
146151
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147152

docs/_sources/configuration/interfaces.rst.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@
5050
| **tun-name** | | TUN interface name prefix (`<tun-name><session-id>`). |
5151
| | | Default: bbl (bbl1, bbl2, ...) |
5252
+-----------------------------------+----------------------------------------------------------------------+
53+
| **a10nsp-dynamic** | | Move streams to dynamically learned A10NSP interface. |
54+
| | | This feature is only supported without threading enabled |
55+
| | | Default: false |
56+
+-----------------------------------+----------------------------------------------------------------------+

docs/access/l2bsa.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@
228228
This interface is used for corresponding traffic streams
229229
where the a10nsp-interface is not explicitly defined, including
230230
the autogenerated <a class="reference internal" href="traffic.html#session-traffic"><span class="std std-ref">session traffic</span></a>.</p>
231+
<p>With <code class="docutils literal notranslate"><span class="pre">a10nsp-dynamic</span></code> enabled, the A10NSP interface can be learned dynamically
232+
and streams are automatically moved to the correct interface. This feature is only
233+
supported when threading is disabled.</p>
231234
<section id="l2bsa-over-network-inerfaces">
232235
<h2>L2BSA over Network Inerfaces<a class="headerlink" href="#l2bsa-over-network-inerfaces" title="Link to this heading"></a></h2>
233236
<p>This experimental feature enables the termination of MPLS-encapsulated

docs/configuration/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,14 @@ <h2>Interfaces<a class="headerlink" href="#interfaces" title="Link to this headi
287287
</div>
288288
</td>
289289
</tr>
290+
<tr class="row-odd"><td><p><strong>a10nsp-dynamic</strong></p></td>
291+
<td><div class="line-block">
292+
<div class="line">Move streams to dynamically learned A10NSP interface.</div>
293+
<div class="line">This feature is only supported without threading enabled</div>
294+
<div class="line">Default: false</div>
295+
</div>
296+
</td>
297+
</tr>
290298
</tbody>
291299
</table>
292300
<section id="links">

docs/configuration/interfaces.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,14 @@
187187
</div>
188188
</td>
189189
</tr>
190+
<tr class="row-odd"><td><p><strong>a10nsp-dynamic</strong></p></td>
191+
<td><div class="line-block">
192+
<div class="line">Move streams to dynamically learned A10NSP interface.</div>
193+
<div class="line">This feature is only supported without threading enabled</div>
194+
<div class="line">Default: false</div>
195+
</div>
196+
</td>
197+
</tr>
190198
</tbody>
191199
</table>
192200

docs/interfaces.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,14 @@ <h2>Interface Settings<a class="headerlink" href="#interface-settings" title="Li
287287
</div>
288288
</td>
289289
</tr>
290+
<tr class="row-odd"><td><p><strong>a10nsp-dynamic</strong></p></td>
291+
<td><div class="line-block">
292+
<div class="line">Move streams to dynamically learned A10NSP interface.</div>
293+
<div class="line">This feature is only supported without threading enabled</div>
294+
<div class="line">Default: false</div>
295+
</div>
296+
</td>
297+
</tr>
290298
</tbody>
291299
</table>
292300
<div class="highlight-json notranslate"><div class="highlight"><pre><span></span><span class="p">{</span>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)