mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01: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
|
||||
case $xaction in
|
||||
dropNonSyn|dropBcast)
|
||||
dropNonSyn|dropBcast|RejectNonSyn)
|
||||
;;
|
||||
*)
|
||||
f=action.$xaction
|
||||
|
Loading…
Reference in New Issue
Block a user