forked from extern/shorewall_code
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:
parent
1304147d79
commit
fe06e52a8c
@ -151,7 +151,7 @@ my %interface_zone;
|
||||
my @policy_chains;
|
||||
my %chain_table = ( raw => {} ,
|
||||
mangle => {},
|
||||
net => {},
|
||||
nat => {},
|
||||
filter => {} );
|
||||
|
||||
my $nat_table = $chain_table{nat};
|
||||
|
Loading…
Reference in New Issue
Block a user