mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-27 05:01:37 +02:00
Fix for 'newnotsyn'
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1363 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
11d92ae083
commit
3633b199f2
@ -2911,7 +2911,7 @@ process_actions2() {
|
|||||||
#
|
#
|
||||||
for xaction in $USEDACTIONS; do
|
for xaction in $USEDACTIONS; do
|
||||||
case $xaction in
|
case $xaction in
|
||||||
dropNonSyn|dropBcast)
|
dropNonSyn|dropBcast|RejectNonSyn)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
f=action.$xaction
|
f=action.$xaction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user