From ff412cba4d21774114153a0803d4a2a97a369653 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 27 Aug 2002 02:15:48 +0000 Subject: [PATCH] Fix for 'shorewall refresh' bug git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@225 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index f31970c84..117fd77f1 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -2832,7 +2832,7 @@ add_common_rules() { # PING # [ -n "$FORWARDPING" ] && \ - run_iptables -A common -p icmp --icmp-type echo-request -j ACCEPT + run_iptables -A icmpdef -p icmp --icmp-type echo-request -j ACCEPT ############################################################################ # Common ICMP rules #