Hi,

On Wed, Mar 23, 2016 at 04:40:24PM +0900, Sehoon Kim wrote:
> Hi,
> 
> As below, I use stick-table for temporary acl.
> After commit f71f6f6, src_get_gpc0 seems not to work.
> 
> So, I revert commit f71f6f6, and it works!!

(...)
>     tcp-request connection accept if { src_get_gpc0(whitelist) eq 1 }

Aie, you're definitely right, I broke it with this fix :-(
So I'll have to modify it to move some of the controls elsewhere.
I was fooled by the code being located in stream.c and still being
able to be called with no valid stream :-/ It seems it will be time
to move some parts again.

I'll work on a fix, thanks for reporting this and sorry for the mess :-(

Willy


Reply via email to