mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-23 06:38:53 +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>
|
||||
|
||||
<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>
|
||||
<term><emphasis role="bold">track</emphasis></term>
|
||||
|
||||
@ -200,6 +212,17 @@
|
||||
</listitem>
|
||||
</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>
|
||||
<term><emphasis role="bold">notrack</emphasis></term>
|
||||
|
||||
@ -300,6 +323,13 @@
|
||||
Only copy routes through INTERFACE and through interfaces listed
|
||||
here. If you only wish to copy routes through INTERFACE, enter
|
||||
<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>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
@ -140,6 +140,18 @@
|
||||
embedded white-space.</para>
|
||||
|
||||
<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>
|
||||
<term><emphasis role="bold">balance</emphasis></term>
|
||||
|
||||
@ -197,6 +209,17 @@
|
||||
</listitem>
|
||||
</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>
|
||||
<term><emphasis role="bold">notrack</emphasis></term>
|
||||
|
||||
@ -275,6 +298,13 @@
|
||||
Only copy routes through INTERFACE and through interfaces listed
|
||||
here. If you only wish to copy routes through INTERFACE, enter
|
||||
<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>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
Loading…
Reference in New Issue
Block a user