From: Alexander Marx Date: Wed, 3 Jul 2013 09:26:44 +0000 (+0200) Subject: Forward Firewall: removed nat part from rules.pl (file nat not existent anymore) X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=e17121fee73ba9adcc2d102d0127695613b780e8 Forward Firewall: removed nat part from rules.pl (file nat not existent anymore) --- diff --git a/config/forwardfw/rules.pl b/config/forwardfw/rules.pl index f3e1217c1..f13bb5f16 100755 --- a/config/forwardfw/rules.pl +++ b/config/forwardfw/rules.pl @@ -55,7 +55,6 @@ require "${General::swroot}/forward/bin/firewall-lib.pl"; my $configfwdfw = "${General::swroot}/forward/config"; my $configinput = "${General::swroot}/forward/input"; my $configoutgoing = "${General::swroot}/forward/outgoing"; -my $confignat = "${General::swroot}/forward/nat"; my $p2pfile = "${General::swroot}/forward/p2protocols"; my $configgrp = "${General::swroot}/fwhosts/customgroups"; my $netsettings = "${General::swroot}/ethernet/settings"; @@ -74,7 +73,6 @@ my $snat=''; &General::readhasharray($configfwdfw, \%configfwdfw); &General::readhasharray($configinput, \%configinputfw); &General::readhasharray($configoutgoing, \%configoutgoingfw); -&General::readhasharray($confignat, \%confignatfw); &General::readhasharray($configgrp, \%customgrp); &General::get_aliases(\%aliases);