From 399aa099bada380e745fefe27bdd7e9c0d3de45b Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 25 Jun 2002 16:11:27 +0000 Subject: [PATCH] Correct ICMP Protocol Number in Case Statement git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@93 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index 18c547804..3be36ef6f 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -1537,7 +1537,7 @@ add_a_rule() sports="--sport $cport" fi ;; - icmp|ICMP|0) + icmp|ICMP|1) [ -n "$port" ] && [ "x${port}" != "x-" ] && \ dports="--icmp-type $port" state=