forked from extern/shorewall_code
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:
parent
8153df9547
commit
3fd1e64363
@ -430,6 +430,36 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>ERROR: <policy record>: NONE policy not allowed to/from
|
||||
the <firewall-zone-name> 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: <policy record>: 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: <source zone> <destination
|
||||
zone> <policy> </term>
|
||||
|
||||
<listitem>
|
||||
<para>There is an earlier record in the file with the same
|
||||
<source zone> and <destination zone></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>ERROR: Can't determine the IP address of
|
||||
<interface></term>
|
||||
@ -504,6 +534,36 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>ERROR: Invalid Action Name: <action></term>
|
||||
|
||||
<listitem>
|
||||
<para>The <action> 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 "<rule>"</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.<action name></term>
|
||||
|
||||
<listitem>
|
||||
<para>The specified <action name> 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 <interface> in rule:
|
||||
"<rule>"</term>
|
||||
|
Loading…
Reference in New Issue
Block a user