forked from extern/shorewall_code
Document '!' in ?IF
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
5f3ba4eb40
commit
81714ee81f
@ -1449,7 +1449,7 @@ SHELL cat /etc/shorewall/rules.d/*.rules 2> /dev/null || true</programlisting
|
|||||||
|
|
||||||
<para>The general form is:</para>
|
<para>The general form is:</para>
|
||||||
|
|
||||||
<programlisting>?IF <replaceable>$variable
|
<programlisting>?IF [!] <replaceable>$variable
|
||||||
|
|
||||||
</replaceable><lines to be included if $variable is non-empty and non-zero>
|
</replaceable><lines to be included if $variable is non-empty and non-zero>
|
||||||
|
|
||||||
@ -1487,7 +1487,7 @@ SHELL cat /etc/shorewall/rules.d/*.rules 2> /dev/null || true</programlisting
|
|||||||
and in options set in <filename>/etc/shorewall/shorewall.conf</filename>
|
and in options set in <filename>/etc/shorewall/shorewall.conf</filename>
|
||||||
in that order. If it is not found in any of those places, the
|
in that order. If it is not found in any of those places, the
|
||||||
<replaceable>variable</replaceable> is assumed to have a value of 0
|
<replaceable>variable</replaceable> is assumed to have a value of 0
|
||||||
(false).</para>
|
(false). If "!" is present, the result of the test is inverted.</para>
|
||||||
|
|
||||||
<para>The setting in <filename>/etc/shorewall/params</filename> by be
|
<para>The setting in <filename>/etc/shorewall/params</filename> by be
|
||||||
overridden at runtime, provided the setting in
|
overridden at runtime, provided the setting in
|
||||||
|
Loading…
Reference in New Issue
Block a user