]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - config/forwardfw/rules.pl
Forward Firewall: removed --kerneltz from rules.pl. New function timeconvert in forwa...
[people/teissler/ipfire-2.x.git] / config / forwardfw / rules.pl
index 6532a201f4743dd7a1b63c4bc4d5eed82d4de422..d4006846d589dcf99bd1994c051df0e7d38228e5 100755 (executable)
@@ -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 ";