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};