]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Forward Firewall: removed --kerneltz from rules.pl. New function timeconvert in forwa...
authorAlexander Marx <amarx@ipfire.org>
Thu, 7 Mar 2013 06:43:28 +0000 (07:43 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 9 Aug 2013 12:11:55 +0000 (14:11 +0200)
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 ";