From fd23e9070dbde632aad31b0a71dc9afeec30426e Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 9 Feb 2007 19:23:50 +0000 Subject: [PATCH] Document EXPORTPARAMS in the ref manual git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5391 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- docs/Documentation.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/Documentation.xml b/docs/Documentation.xml index 7067557a2..86b3d874e 100644 --- a/docs/Documentation.xml +++ b/docs/Documentation.xml @@ -3142,6 +3142,26 @@ eth0 eth1 206.124.146.176 + + EXPORTPARAMS (Added in versions 3.2.9 and 3.4.0 RC2) + + + It is quite difficult to code a 'params' file that assigns + other than constant values such that it works correctly with + Shorewall Lite. The EXPORTPARAMS option works around this problem. + When EXPORTPARAMS=No, the 'params' file is not copied to the + compiler output. + + With EXPORTPARAMS=No, if you need to set environmental + variables on the firewall system for use by your extension scripts, + then do so in the init extension script. + + The default is EXPORTPARAMS=Yes which causes the 'params' file + to be copied to the compiler output and to be executed at + run-time. + + + FASTACCEPT