Displaying 1 result from an estimated 1 matches for "bltime".
Did you mean:
sltime
2013 Oct 07
4
AutoBL issues on CentOS 6
...--- /usr/share/shorewall/action.AutoBL.orig 2013-10-01
00:59:42.000000000 +0200
+++ /usr/share/shorewall/action.AutoBL 2013-10-07 14:44:31.530841099 +0200
@@ -22,6 +22,9 @@
DEFAULTS -,60,5,2,300,DROP,info
?begin perl
+
+use Shorewall::Config;
+
my ( $event, $interval, $count, $successive, $bltime, $disposition,
$level ) = get_action_params(7);
fatal_error "The event name parameter to AutoBL is required"
unless supplied $event;
2) The iptables package of CentOS 6 doesn''t have the "--reap" option. From
some Google searches it seems that the same app...