mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-02 19:49:08 +01:00
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:
parent
ed2036ece9
commit
0e9e5a4241
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user