Firewall: Renamed directory /var/ipfire/forward to /var/ipfire/firewall

This commit is contained in:
Alexander Marx
2013-10-24 09:24:12 +02:00
parent 6921f0ea0a
commit 6d8eb5dec7
19 changed files with 96 additions and 102 deletions

View File

@@ -170,7 +170,7 @@ sub checkportfw {
my $DPORT = shift;
my $DPROT = shift;
my %natconfig =();
my $confignat = "${General::swroot}/forward/config";
my $confignat = "${General::swroot}/firewall/config";
$DPROT= uc ($DPROT);
&General::readhasharray($confignat, \%natconfig);
foreach my $key (sort keys %natconfig){