From 8225910d638ff12d97cd354b066664b8d057de7f Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 3 Feb 2008 18:47:33 +0000 Subject: [PATCH] Remove superfluous call from generate_matrix() git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8141 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Rules.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Shorewall-perl/Shorewall/Rules.pm b/Shorewall-perl/Shorewall/Rules.pm index e2fe98c2f..f3631d839 100644 --- a/Shorewall-perl/Shorewall/Rules.pm +++ b/Shorewall-perl/Shorewall/Rules.pm @@ -1862,8 +1862,6 @@ sub generate_matrix() { addnatjump 'POSTROUTING' , snat_chain( $interface ), match_dest_dev( $interface ); } - addnatjump 'PREROUTING', 'dnat', ''; - if ( $config{DYNAMIC_ZONES} ) { for my $interface ( @interfaces ) { addnatjump 'PREROUTING' , dynamic_in( $interface ), match_source_dev( $interface );