Forum Discussion
cjunior
Oct 27, 2016Nacreous
Hi,
I think that in the link shared is missing TCP::collect within CLIENT_ACCEPTED event. So, as a first shot, I think you may try to put the statement. e.g.
when CLIENT_ACCEPTED {
log local0. "\[class get blacklist\]=[class get blacklist]"
TCP::collect
}
I hope it helps.