From fe06e52a8ca14d2ac13044d29afead092f3b564f Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 8 Mar 2007 20:54:54 +0000 Subject: [PATCH] Fix another typo that broke masquerading/SNAT git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5464 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- New/compiler.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/New/compiler.pl b/New/compiler.pl index 1c3b7917a..af4ee537f 100755 --- a/New/compiler.pl +++ b/New/compiler.pl @@ -151,7 +151,7 @@ my %interface_zone; my @policy_chains; my %chain_table = ( raw => {} , mangle => {}, - net => {}, + nat => {}, filter => {} ); my $nat_table = $chain_table{nat};