From a0f267b92c63d8f1ac374073847766873e5fc445 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Thu, 7 Mar 2013 07:43:28 +0100 Subject: [PATCH] Forward Firewall: removed --kerneltz from rules.pl. New function timeconvert in forwardfw.cgiu takes care of timeconversion now --- config/forwardfw/rules.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/forwardfw/rules.pl b/config/forwardfw/rules.pl index 6532a201f..d4006846d 100755 --- a/config/forwardfw/rules.pl +++ b/config/forwardfw/rules.pl @@ -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 "; -- 2.39.2