Forward Firewall: added --kerneltz option to timeframe

This commit is contained in:
Alexander Marx
2013-03-05 09:47:21 +01:00
committed by Michael Tremer
parent b3f4a4efcf
commit f38e0c4de0
2 changed files with 2 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ sub buildrules
$TIME=join(",",@timeframe);
$TIMEFROM="--timestart $$hash{$key}[26] ";
$TIMETILL="--timestop $$hash{$key}[27] ";
$TIME="-m time --weekdays $TIME $TIMEFROM $TIMETILL";
$TIME="-m time --kerneltz --weekdays $TIME $TIMEFROM $TIMETILL";
}
if ($MODE eq '1'){
print "NR:$key ";

View File

@@ -74,7 +74,7 @@ my %ipsecsettings=();
my %aliases=();
my %optionsfw=();
my $VERSION='0.9.8.0';
my $VERSION='0.9.8.1';
my $color;
my $confignet = "${General::swroot}/fwhosts/customnetworks";
my $confighost = "${General::swroot}/fwhosts/customhosts";