From 0e9e5a4241d2c786626cda5bb25cd99f3ec986f4 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 6 Aug 2002 19:45:49 +0000 Subject: [PATCH] Remove extra '-p tcp' git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@178 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index cf1a496f8..9c18802d7 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -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