From e17121fee73ba9adcc2d102d0127695613b780e8 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Wed, 3 Jul 2013 11:26:44 +0200 Subject: [PATCH] Forward Firewall: removed nat part from rules.pl (file nat not existent anymore) --- config/forwardfw/rules.pl | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.39.2