Describe new /etc/shorewall/params processing

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5335 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-01-31 20:40:35 +00:00
parent 1ab9fb6fae
commit e40d243315
2 changed files with 11 additions and 1 deletions

View File

@ -709,6 +709,15 @@ DNAT net loc:192.168.1.3 tcp 4000:4100</programlisting>
<para>The names of any functions or variables declared should begin
with an upper case letter.</para>
</listitem>
<listitem>
<para>Beginning with Shorewall version 3.2.9, the
<filename>/etc/shorewall/params</filename> file is pre-processed in
such a way that extra white-space is compressed from the file as it is
being copied into the generated compiler output. So the code in
/etc/shorewall/params should not depend on precise white-space,
including whitespace within quoted strings.</para>
</listitem>
</orderedlist>
<para>One possible use of this feature is to compensate for recent Linux

View File

@ -137,7 +137,8 @@
<command>run_iptables</command> instead. <command>run_iptables</command>
will run the iptables utility passing the arguments to
<command>run_iptables</command> and if the command fails, the firewall
will be stopped.</para>
will be stopped (or restored from the last <command>save</command>
command, if any).</para>
</listitem>
<listitem>