More (tedious) updates to the Error Messages doc -- Take 2

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2778 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-10-03 22:17:27 +00:00
parent 8153df9547
commit 3fd1e64363

View File

@ -430,6 +430,36 @@
</listitem>
</varlistentry>
<varlistentry>
<term>ERROR: &lt;policy record&gt;: NONE policy not allowed to/from
the &lt;firewall-zone-name&gt; zone</term>
<listitem>
<para>Shorewall does not support a policy of NONE when the source or
destination zone is the firewall itself.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>ERROR: &lt;policy record&gt;: NONE policy not allowed with
"all"</term>
<listitem>
<para>Shorewall does not support a policy of NONE when the source or
destination zone is "all".</para>
</listitem>
</varlistentry>
<varlistentry>
<term>ERROR: Duplicate policy: &lt;source zone&gt; &lt;destination
zone&gt; &lt;policy&gt; </term>
<listitem>
<para>There is an earlier record in the file with the same
&lt;source zone&gt; and &lt;destination zone&gt;</para>
</listitem>
</varlistentry>
<varlistentry>
<term>ERROR: Can't determine the IP address of
&lt;interface&gt;</term>
@ -504,6 +534,36 @@
</listitem>
</varlistentry>
<varlistentry>
<term>ERROR: Invalid Action Name: &lt;action&gt;</term>
<listitem>
<para>The &lt;action&gt; contains one of the following characters:
".", "-", or "%". Those characters are not allowed in an action
name.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>ERROR: Invalid Macro Parameter in rule "&lt;rule&gt;"</term>
<listitem>
<para>The value being passed to a parameterized macro is not ACCEPT,
DROP, REJECT, LOG, QUEUE or CONTINUE.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>ERROR: Missing Action File: action.&lt;action name&gt;</term>
<listitem>
<para>The specified &lt;action name&gt; has an entry in
<filename>/usr/share/shorewall/actions.std</filename> or in
<filename>/etc/shorewall/actions</filename> but the corresponding
action file does not exist on the CONFIG_PATH.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>ERROR: Unknown interface &lt;interface&gt; in rule:
"&lt;rule&gt;"</term>