Hi, On 11/30/20 10:23 AM, PR Bot wrote: > Dear list! > > Author: Thayne McCombs <[email protected]> > Number of patches: 2 > > This is an automated relay of the Github pull request: > Add srvkey option to stick-table > > Patch title(s): > Add srvkey option to stick-table > Harden sa2str agains 107-byte-long abstract unix domain path > > Link: > https://github.com/haproxy/haproxy/pull/979 > > Edit locally: > wget https://github.com/haproxy/haproxy/pull/979.patch && vi 979.patch > > Apply locally: > curl https://github.com/haproxy/haproxy/pull/979.patch | git am - > > Description: > This allows using the address of the server rather than the name of > the > server for keeping track of servers in a backend for > stickiness. > > Fixes #814 > > I haven't tested this at all > yet, and it still needs some polish, but here is a draft of how to fix > #814. > > This is my first significant contribution to haproxy, > so I would not be surprised if I'm doing something terribly wrong, and > I'm sure there are at least some small mistakes in it. Initial > feedback would be very welcome. > > Instructions: > This github pull request will be closed automatically; patch should be > reviewed on the haproxy mailing list ([email protected]). Everyone is > invited to comment, even the patch's author. Please keep the author and > list CCed in replies. Please note that in absence of any response this > pull request will be lost. >
I'm CCing Fred This pull request seems the extension for stick on server adresses we discussed a long time Ago when Fred implements the stick on server name. Willy exposed what to do here (using the dictionnary etc..) https://github.com/haproxy/haproxy/issues/814 I think Fred is more accurate on the subject and implemntation to perform the pull request revue. R, Emeric

