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-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2aa2f51aa8b5746d18c0ee39904135851503e1a;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 1e17dc9a5f..15da7abbbb 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -185,7 +185,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){