diff --git a/docs/configuration_file_basics.xml b/docs/configuration_file_basics.xml index 0ca0c5805..57431db7a 100644 --- a/docs/configuration_file_basics.xml +++ b/docs/configuration_file_basics.xml @@ -694,7 +694,7 @@ ACCEPT net:\ - When used in these scripts, the included files are copied into the + When used in these scripts, the INCLUDEd files are copied into the compiled firewall script. @@ -713,8 +713,20 @@ ACCEPT net:\ params file from being copied into the compiled script. With EXPORTPARAMS=No, it is perfectly okay to use INCLUDE in the params file. Note that with Shorewall 4.4.17 and - later, the variables set at compile time are available at run-time even - with EXPORTPARAMS=No. + later: + + + + The variables set at compile time are available at run-time + even with EXPORTPARAMS=No. + + + + The INCLUDE directive in the params file + is processed at compile time and the INCLUDEd file is copied into + the compiled script. + +