From: Alexander Marx Date: Thu, 7 Mar 2013 06:43:28 +0000 (+0100) Subject: Forward Firewall: removed --kerneltz from rules.pl. New function timeconvert in forwa... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40ea92a7c5e7caa0738cd8c8d7ddb6d27e615c5c;p=people%2Fms%2Fipfire-2.x.git Forward Firewall: removed --kerneltz from rules.pl. New function timeconvert in forwardfw.cgiu takes care of timeconversion now --- diff --git a/config/forwardfw/rules.pl b/config/forwardfw/rules.pl index 6532a201f4..d4006846d5 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 ";