Fix another typo that broke masquerading/SNAT

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5464 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-03-08 20:54:54 +00:00
parent 1304147d79
commit fe06e52a8c

View File

@ -151,7 +151,7 @@ my %interface_zone;
my @policy_chains;
my %chain_table = ( raw => {} ,
mangle => {},
net => {},
nat => {},
filter => {} );
my $nat_table = $chain_table{nat};