From f38e0c4de02235f31fbff715af6dde0fcd62a78f Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Tue, 5 Mar 2013 09:47:21 +0100 Subject: [PATCH] Forward Firewall: added --kerneltz option to timeframe --- config/forwardfw/rules.pl | 2 +- html/cgi-bin/forwardfw.cgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.39.2