mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-18 23:57:14 +02: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 < $TMP_DIR/$inputfile
|
||||||
done
|
done
|
||||||
|
|
||||||
for action in $DROP_DEFAULT $REJECT_DEFAULT; do
|
for action in $DROP_DEFAULT $REJECT_DEFAULT $ACCEPT_DEFAULT $QUEUE_DEFAULT; do
|
||||||
case $action in
|
case $action in
|
||||||
none)
|
none)
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user