From 2448315290c9e4dccd7cd333e3913f7f59bb3df3 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 29 Aug 2005 22:55:12 +0000 Subject: [PATCH] Fix horrible typo in rules file sectioning git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2590 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/firewall b/Shorewall/firewall index c5dc6ad31..c84d13ab2 100755 --- a/Shorewall/firewall +++ b/Shorewall/firewall @@ -5243,7 +5243,7 @@ process_rule() # $1 = target state="-m state --state ESTABLISHED" ;; RELATED) - state="-m state --state ESTABLISHED" + state="-m state --state RELATED" ;; esac