From edc52f1e77422c1fa84e645d339df7b6946c7c64 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 2 Mar 2008 16:46:53 +0000 Subject: [PATCH] Fix for ACCEPT_DEFAULT and QUEUE_DEFAULT git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8258 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-shell/lib.actions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-shell/lib.actions b/Shorewall-shell/lib.actions index 47ef09187..dff284933 100644 --- a/Shorewall-shell/lib.actions +++ b/Shorewall-shell/lib.actions @@ -675,7 +675,7 @@ process_actions1() { done < $TMP_DIR/$inputfile done - for action in $DROP_DEFAULT $REJECT_DEFAULT; do + for action in $DROP_DEFAULT $REJECT_DEFAULT $ACCEPT_DEFAULT $QUEUE_DEFAULT; do case $action in none) ;;