mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-10 23:58:14 +01:00
Document changes introduced by Mr-4.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
577db69719
commit
7215b61aa4
@ -151,6 +151,18 @@
|
|||||||
embedded white-space.</para>
|
embedded white-space.</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>autosrc</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 4.5.17. Causes a host route to the
|
||||||
|
provider's gateway router to be added to the provider's
|
||||||
|
routing table. This is the default behavior unless overridden
|
||||||
|
by a following <emphasis role="bold">noautosrc</emphasis>
|
||||||
|
option.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">track</emphasis></term>
|
<term><emphasis role="bold">track</emphasis></term>
|
||||||
|
|
||||||
@ -200,6 +212,17 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>noautosrc</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 4.5.17. Prevents the addition of a
|
||||||
|
host route to the provider's gateway router from being added
|
||||||
|
to the provider's routing table. This option must be used with
|
||||||
|
caution as it can cause start and restart failures.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">notrack</emphasis></term>
|
<term><emphasis role="bold">notrack</emphasis></term>
|
||||||
|
|
||||||
@ -300,6 +323,13 @@
|
|||||||
Only copy routes through INTERFACE and through interfaces listed
|
Only copy routes through INTERFACE and through interfaces listed
|
||||||
here. If you only wish to copy routes through INTERFACE, enter
|
here. If you only wish to copy routes through INTERFACE, enter
|
||||||
<option>none</option> in this column.</para>
|
<option>none</option> in this column.</para>
|
||||||
|
|
||||||
|
<para>Beginning with Shorewall 4.5.17, blackhole, unreachable and
|
||||||
|
prohibit routes are no longer copied by default but may be copied by
|
||||||
|
including <emphasis role="bold">blackhole</emphasis>,<emphasis
|
||||||
|
role="bold">unreachable</emphasis> and <emphasis
|
||||||
|
role="bold">prohibit</emphasis> respectively in the COPY
|
||||||
|
list.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
@ -140,6 +140,18 @@
|
|||||||
embedded white-space.</para>
|
embedded white-space.</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
<varlistentry>
|
||||||
|
<term>autosrc</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 4.5.17. Causes a host route to the
|
||||||
|
provider's gateway router to be added to the provider's
|
||||||
|
routing table. This is the default behavior unless overridden
|
||||||
|
by a following <emphasis role="bold">noautosrc</emphasis>
|
||||||
|
option.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">balance</emphasis></term>
|
<term><emphasis role="bold">balance</emphasis></term>
|
||||||
|
|
||||||
@ -197,6 +209,17 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term>noautosrc</term>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>Added in Shorewall 4.5.17. Prevents the addition of a
|
||||||
|
host route to the provider's gateway router from being added
|
||||||
|
to the provider's routing table. This option must be used with
|
||||||
|
caution as it can cause start and restart failures.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><emphasis role="bold">notrack</emphasis></term>
|
<term><emphasis role="bold">notrack</emphasis></term>
|
||||||
|
|
||||||
@ -275,6 +298,13 @@
|
|||||||
Only copy routes through INTERFACE and through interfaces listed
|
Only copy routes through INTERFACE and through interfaces listed
|
||||||
here. If you only wish to copy routes through INTERFACE, enter
|
here. If you only wish to copy routes through INTERFACE, enter
|
||||||
<option>none</option> in this column.</para>
|
<option>none</option> in this column.</para>
|
||||||
|
|
||||||
|
<para>Beginning with Shorewall 4.5.17, blackhole, unreachable and
|
||||||
|
prohibit routes are no longer copied by default but may be copied by
|
||||||
|
including <emphasis role="bold">blackhole</emphasis>,<emphasis
|
||||||
|
role="bold">unreachable</emphasis> and <emphasis
|
||||||
|
role="bold">prohibit</emphasis> respectively in the COPY
|
||||||
|
list.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
Loading…
Reference in New Issue
Block a user