Real fix for intra-zone synflood chain

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6159 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-30 18:37:06 +00:00
parent 98ac7583a0
commit ce07101893

View File

@ -766,7 +766,7 @@ setup_syn_flood_chain ()
esac
if ! havechain $chain ; then
run_iptables -N $chain
createchain $chain no
run_iptables -A $chain -m limit --limit $limit $limit_burst -j RETURN
[ -n "$3" ] && \
log_rule_limit $3 $chain $chain DROP "-m limit --limit 5/min --limit-burst 5" "" ""