From: Alexander Marx Date: Thu, 11 Jul 2013 05:43:42 +0000 (+0200) Subject: Forward Firewall: deleted configfile "nat" in ovpnmain.cgi for portfw check. File... X-Git-Tag: v2.15-beta1~290^2~11^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ca546126e98aa23155de0238e929e446ac40d94;p=people%2Fms%2Fipfire-2.x.git Forward Firewall: deleted configfile "nat" in ovpnmain.cgi for portfw check. File "nat" no longer exists. Now the portfw rules are in file "config" --- diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index 05398bb254..899bf3efa2 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -170,7 +170,7 @@ sub checkportfw { my $DPORT = shift; my $DPROT = shift; my %natconfig =(); - my $confignat = "${General::swroot}/forward/nat"; + my $confignat = "${General::swroot}/forward/config"; $DPROT= uc ($DPROT); &General::readhasharray($confignat, \%natconfig); foreach my $key (sort keys %natconfig){