Remove extra '-p tcp'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@178 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2002-08-06 19:45:49 +00:00
parent ed2036ece9
commit 0e9e5a4241

View File

@ -2722,7 +2722,7 @@ initialize_netfilter () {
[ -n "$LOGNEWNOTSYN" ] && \
run_iptables -A newnotsyn -j LOG \
--log-prefix "Shorewall:newnotsyn:DROP:" --log-level $LOGNEWNOTSYN
run_iptables -A newnotsyn -p tcp -j DROP
run_iptables -A newnotsyn -j DROP
createchain icmpdef no
createchain common no