mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-08 16:54:10 +01:00
Fix for ACCEPT_DEFAULT and QUEUE_DEFAULT
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8258 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
6894ae3484
commit
edc52f1e77
@ -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)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user