mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-20 19:51:31 +01:00
Document INCLUDE changes in the basics doc
This commit is contained in:
parent
265ca85d02
commit
3a2da73808
@ -694,7 +694,7 @@ ACCEPT net:\
|
|||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>When used in these scripts, the included files are copied into the
|
<para>When used in these scripts, the INCLUDEd files are copied into the
|
||||||
compiled firewall script.</para>
|
compiled firewall script.</para>
|
||||||
|
|
||||||
<caution>
|
<caution>
|
||||||
@ -713,8 +713,20 @@ ACCEPT net:\
|
|||||||
<filename>params</filename> file from being copied into the compiled
|
<filename>params</filename> file from being copied into the compiled
|
||||||
script. With EXPORTPARAMS=No, it is perfectly okay to use INCLUDE in the
|
script. With EXPORTPARAMS=No, it is perfectly okay to use INCLUDE in the
|
||||||
<filename>params</filename> file. Note that with Shorewall 4.4.17 and
|
<filename>params</filename> file. Note that with Shorewall 4.4.17 and
|
||||||
later, the variables set at compile time are available at run-time even
|
later: </para>
|
||||||
with EXPORTPARAMS=No.</para>
|
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>The variables set at compile time are available at run-time
|
||||||
|
even with EXPORTPARAMS=No.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>The INCLUDE directive in the <filename>params</filename> file
|
||||||
|
is processed at compile time and the INCLUDEd file is copied into
|
||||||
|
the compiled script.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
</caution>
|
</caution>
|
||||||
|
|
||||||
<example id="include">
|
<example id="include">
|
||||||
|
Loading…
Reference in New Issue
Block a user