From 3fd1e64363ff41d11d329246f9201405f41d9656 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 3 Oct 2005 22:17:27 +0000 Subject: [PATCH] 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 --- Shorewall-docs2/ErrorMessages.xml | 60 +++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/Shorewall-docs2/ErrorMessages.xml b/Shorewall-docs2/ErrorMessages.xml index adfd51848..8e6b0c1e1 100644 --- a/Shorewall-docs2/ErrorMessages.xml +++ b/Shorewall-docs2/ErrorMessages.xml @@ -430,6 +430,36 @@ + + ERROR: <policy record>: NONE policy not allowed to/from + the <firewall-zone-name> zone + + + Shorewall does not support a policy of NONE when the source or + destination zone is the firewall itself. + + + + + ERROR: <policy record>: NONE policy not allowed with + "all" + + + Shorewall does not support a policy of NONE when the source or + destination zone is "all". + + + + + ERROR: Duplicate policy: <source zone> <destination + zone> <policy> + + + There is an earlier record in the file with the same + <source zone> and <destination zone> + + + ERROR: Can't determine the IP address of <interface> @@ -504,6 +534,36 @@ + + ERROR: Invalid Action Name: <action> + + + The <action> contains one of the following characters: + ".", "-", or "%". Those characters are not allowed in an action + name. + + + + + ERROR: Invalid Macro Parameter in rule "<rule>" + + + The value being passed to a parameterized macro is not ACCEPT, + DROP, REJECT, LOG, QUEUE or CONTINUE. + + + + + ERROR: Missing Action File: action.<action name> + + + The specified <action name> has an entry in + /usr/share/shorewall/actions.std or in + /etc/shorewall/actions but the corresponding + action file does not exist on the CONFIG_PATH. + + + ERROR: Unknown interface <interface> in rule: "<rule>"