mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-22 13:39:06 +01:00
Add zone ordering information to shorewall-zones(8)
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8546 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
3e755e6867
commit
c0b56512a7
@ -44,10 +44,13 @@
|
|||||||
default LOGFORMAT, zone names can be at most 5 characters
|
default LOGFORMAT, zone names can be at most 5 characters
|
||||||
long.</para>
|
long.</para>
|
||||||
|
|
||||||
<para>Where a zone is nested in one or more other zones, you may
|
<para>The order in which Shorewall matches addresses from packets to
|
||||||
follow the (sub)zone name by ":" and a comma-separated list of the
|
zones is determined by the order of zone declarations. Where a zone
|
||||||
parent zones. The parent zones must have been declared in earlier
|
is nested in one or more other zones, you may either ensure that the
|
||||||
records in this file. See <ulink
|
nested zone precedes its parents in this file, or you may follow the
|
||||||
|
(sub)zone name by ":" and a comma-separated list of the parent
|
||||||
|
zones. The parent zones must have been declared in earlier records
|
||||||
|
in this file. See <ulink
|
||||||
url="shorewall-nesting.html">shorewall-nesting</ulink>(5) for
|
url="shorewall-nesting.html">shorewall-nesting</ulink>(5) for
|
||||||
additional information.</para>
|
additional information.</para>
|
||||||
|
|
||||||
@ -60,7 +63,8 @@ c:a,b ipv4</programlisting>
|
|||||||
|
|
||||||
<para>Currently, Shorewall uses this information to reorder the zone
|
<para>Currently, Shorewall uses this information to reorder the zone
|
||||||
list so that parent zones appear after their subzones in the list.
|
list so that parent zones appear after their subzones in the list.
|
||||||
The IMPLICIT_CONTINUE option in shorewall.conf can also create
|
The IMPLICIT_CONTINUE option in <ulink
|
||||||
|
url="shorewall.conf.html">shorewall.conf</ulink>(5 can also create
|
||||||
implicit CONTINUE policies to/from the subzone.</para>
|
implicit CONTINUE policies to/from the subzone.</para>
|
||||||
|
|
||||||
<para>In the future, Shorewall may make additional use of nesting
|
<para>In the future, Shorewall may make additional use of nesting
|
||||||
@ -241,6 +245,9 @@ c:a,b ipv4</programlisting>
|
|||||||
<refsect1>
|
<refsect1>
|
||||||
<title>See ALSO</title>
|
<title>See ALSO</title>
|
||||||
|
|
||||||
|
<para><ulink
|
||||||
|
url="http://www.shorewall.net/Multiple_Zones.html">http://www.shorewall.net/Multiple_Zones.html</ulink>.</para>
|
||||||
|
|
||||||
<para>shorewall(8), shorewall-accounting(5), shorewall-actions(5),
|
<para>shorewall(8), shorewall-accounting(5), shorewall-actions(5),
|
||||||
shorewall-blacklist(5), shorewall-hosts(5), shorewall-interfaces(5),
|
shorewall-blacklist(5), shorewall-hosts(5), shorewall-interfaces(5),
|
||||||
shorewall-ipsec(5), shorewall-maclist(5), shorewall-masq(5),
|
shorewall-ipsec(5), shorewall-maclist(5), shorewall-masq(5),
|
||||||
|
Loading…
Reference in New Issue
Block a user