From f3abf56cacf6276487560b2e1f811fd038f394a1 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 21 Dec 2010 15:20:19 -0800 Subject: [PATCH] Restore proper NAT in action handling --- Shorewall/Perl/Shorewall/Rules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index 11c1b4958..99095b366 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -334,7 +334,7 @@ sub process_actions1() { pop_open; - $targets{$action} = ACTION; + $targets{$action} |= ACTION; } } }