Page 1 of 1

timeout value not sent to csf cluster members on tempbans

Posted: 25 Aug 2016, 17:12
by csurgi
Hi,

LFD sends fixed 0 as timeout to the cluster members:

/usr/sbin/lfd line 7496:

Code: Select all

if ($config{CLUSTER_BLOCK} and $config{CLUSTER_SENDTO} and !$cluster) {&lfdclient($perm,"",$ip,"$port","$inout","0")}
It shoud be:

Code: Select all

if ($config{CLUSTER_BLOCK} and $config{CLUSTER_SENDTO} and !$cluster) {&lfdclient($perm,"",$ip,"$port","$inout","$timeout")}
I'm using csf:v9.11

Regards,
Csurgi

Re: timeout value not sent to csf cluster members on tempbans

Posted: 25 Aug 2016, 17:54
by ForumAdmin
Thank you for reporting this. We will have a fix in the next release of csf.