timeout value not sent to csf cluster members on tempbans
Posted: 25 Aug 2016, 17:12
Hi,
LFD sends fixed 0 as timeout to the cluster members:
/usr/sbin/lfd line 7496:
It shoud be:
I'm using csf:v9.11
Regards,
Csurgi
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")}
Code: Select all
if ($config{CLUSTER_BLOCK} and $config{CLUSTER_SENDTO} and !$cluster) {&lfdclient($perm,"",$ip,"$port","$inout","$timeout")}
Regards,
Csurgi