mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-10 18:48:11 -07:00
Updated docs
This commit is contained in:
@@ -1214,6 +1214,15 @@ These can be used to control various aspects of interface behaviour.
|
||||
recursively discover paths for path requests received on this
|
||||
interface.
|
||||
|
||||
|
||||
* | The ``announces_from_internal`` option controls whether any
|
||||
announces *received on* an ``internal`` mode interface will
|
||||
propagate *out* on the interface this option is set on. Note
|
||||
that this controls *announce propagation*; even if announces
|
||||
do not propagate out when received, paths to destinations on
|
||||
``internal`` mode interfaces may still be resolvable by means
|
||||
of path requests.
|
||||
|
||||
.. _interfaces-modes:
|
||||
|
||||
Interface Modes
|
||||
@@ -1291,7 +1300,7 @@ the default mode.
|
||||
public Transport Node available on the Internet, the interface
|
||||
connecting over the Internet should be set to ``boundary`` mode.
|
||||
|
||||
* | The ``internal`` mode designates interfaces that belong to an
|
||||
* | The ``internal`` mode designates interfaces that belong to a
|
||||
network different from any marked as ``boundary``. Announces from
|
||||
a ``boundary`` interface will not propagate to interfaces set as
|
||||
``internal``, but announces *will* propagate from ``internal`` *to*
|
||||
|
||||
@@ -1369,6 +1369,16 @@ recursively discover paths for path requests received on this
|
||||
interface.</div>
|
||||
</div>
|
||||
</li>
|
||||
<li><div class="line-block">
|
||||
<div class="line">The <code class="docutils literal notranslate"><span class="pre">announces_from_internal</span></code> option controls whether any
|
||||
announces <em>received on</em> an <code class="docutils literal notranslate"><span class="pre">internal</span></code> mode interface will
|
||||
propagate <em>out</em> on the interface this option is set on. Note
|
||||
that this controls <em>announce propagation</em>; even if announces
|
||||
do not propagate out when received, paths to destinations on
|
||||
<code class="docutils literal notranslate"><span class="pre">internal</span></code> mode interfaces may still be resolvable by means
|
||||
of path requests.</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div></blockquote>
|
||||
</section>
|
||||
@@ -1460,7 +1470,7 @@ connecting over the Internet should be set to <code class="docutils literal notr
|
||||
</div>
|
||||
</li>
|
||||
<li><div class="line-block">
|
||||
<div class="line">The <code class="docutils literal notranslate"><span class="pre">internal</span></code> mode designates interfaces that belong to an
|
||||
<div class="line">The <code class="docutils literal notranslate"><span class="pre">internal</span></code> mode designates interfaces that belong to a
|
||||
network different from any marked as <code class="docutils literal notranslate"><span class="pre">boundary</span></code>. Announces from
|
||||
a <code class="docutils literal notranslate"><span class="pre">boundary</span></code> interface will not propagate to interfaces set as
|
||||
<code class="docutils literal notranslate"><span class="pre">internal</span></code>, but announces <em>will</em> propagate from <code class="docutils literal notranslate"><span class="pre">internal</span></code> <em>to</em>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user