Forward Firewall: removed --kerneltz from rules.pl. New function timeconvert in forwardfw.cgiu takes care of timeconversion now

This commit is contained in:
Alexander Marx
2013-03-07 07:43:28 +01:00
committed by Michael Tremer
parent c773075074
commit a0f267b92c

View File

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