forked from extern/shorewall_code
Document semantic change to 'all' handling in the conntrack file.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
059095e366
commit
8a744de906
@ -254,6 +254,16 @@
|
|||||||
<para>Beginning with Shorewall 4.5.10, <option>all-</option> can be
|
<para>Beginning with Shorewall 4.5.10, <option>all-</option> can be
|
||||||
used as the <replaceable>zone</replaceable> name to mean all
|
used as the <replaceable>zone</replaceable> name to mean all
|
||||||
<firstterm>off-firewall zone</firstterm>s.</para>
|
<firstterm>off-firewall zone</firstterm>s.</para>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>In 4.5.10, handling of <option>all</option> was changed.
|
||||||
|
<option>all</option> now causes the generated netfilter rule to be
|
||||||
|
appended to the raw table PREROUTING and OUTPUT chains directly.
|
||||||
|
<option>all-</option> rules are added directly to PREROUTING.
|
||||||
|
<option>all</option> and <option>all-</option> rules are processed
|
||||||
|
after the more specific rules that specify an individual
|
||||||
|
zone.</para>
|
||||||
|
</note>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -149,6 +149,16 @@
|
|||||||
<para>Beginning with Shorewall 4.5.10, <option>all-</option> can be
|
<para>Beginning with Shorewall 4.5.10, <option>all-</option> can be
|
||||||
used as the <replaceable>zone</replaceable> name to mean all
|
used as the <replaceable>zone</replaceable> name to mean all
|
||||||
<firstterm>off-firewall zone</firstterm>s.</para>
|
<firstterm>off-firewall zone</firstterm>s.</para>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>In 4.5.10, handling of <option>all</option> was changed.
|
||||||
|
<option>all</option> now causes the generated netfilter rule to be
|
||||||
|
appended to the raw table PREROUTING and OUTPUT chains directly.
|
||||||
|
<option>all-</option> rules are added directly to PREROUTING.
|
||||||
|
<option>all</option> and <option>all-</option> rules are processed
|
||||||
|
after the more specific rules that specify an individual
|
||||||
|
zone.</para>
|
||||||
|
</note>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user