Hi guys,

On Mon, Jan 22, 2018 at 08:13:59AM +0200, Jarno Huuskonen wrote:
> I did some brief testing on saturday and with this silly config
> frontend test4
>         bind [email protected]:8080
>         bind ipv6@::1:8080
> 
>         http-request track-sc1 src,ipmask(32,128) table test_be
> 
>         http-request track-sc0 req.hdr_ip(X,1),ipmask(24,64) table test_be
>         http-request set-var(sess.myx) req.hdr_ip(X,1),ipmask(24,64)
>         http-response set-header X-MY %[var(sess.myx)]
>         default_backend test_be
> 
> backend test_be
>         stick-table type ipv6 size 20 expire 180s store gpc0,conn_cnt
>         server wp1 some.ip.addr.ess:80 id 1
> 
> and curl -4|-6 -H "X: ipv4.or.ipv6.address" http://localhost:8080/
> 
> everything I tested seemed to work (I tested Tim's patch with for size_t 
> outside
> of loop).

OK thanks a lot for the tests.

Tim, there were a few versions of some of these patches in the series,
I would appreciate it if you can send me a complete series of what you
want me to apply. It would be nice to add a Tested-By: tag mentionning
Jarno (unless he doesn't want :-)). I noticed that two patches "only"
fix comments and were tagged either BUG or DOC, I'll re-tag them as
CLEANUP since they have no impact on the code nor on the user-facing
doc and will not be eligible for backporting. It's trivial for me to do
this here on the patches themselves, do not waste your time rebasing if
you don't need to change anything else.

Thanks!
Willy

Reply via email to