From: Alexander Marx Date: Tue, 5 Mar 2013 08:47:21 +0000 (+0100) Subject: Forward Firewall: added --kerneltz option to timeframe X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=f38e0c4de02235f31fbff715af6dde0fcd62a78f Forward Firewall: added --kerneltz option to timeframe --- diff --git a/config/forwardfw/rules.pl b/config/forwardfw/rules.pl index d4006846d..6532a201f 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 --weekdays $TIME $TIMEFROM $TIMETILL"; + $TIME="-m time --kerneltz --weekdays $TIME $TIMEFROM $TIMETILL"; } if ($MODE eq '1'){ print "NR:$key "; diff --git a/html/cgi-bin/forwardfw.cgi b/html/cgi-bin/forwardfw.cgi index a12f1a82e..24dbe293d 100755 --- a/html/cgi-bin/forwardfw.cgi +++ b/html/cgi-bin/forwardfw.cgi @@ -74,7 +74,7 @@ my %ipsecsettings=(); my %aliases=(); my %optionsfw=(); -my $VERSION='0.9.8.0'; +my $VERSION='0.9.8.1'; my $color; my $confignet = "${General::swroot}/fwhosts/customnetworks"; my $confighost = "${General::swroot}/fwhosts/customhosts";