Dear list!

Author: Cédric Dufour <cedric.duf...@exoscale.ch>
Number of patches: 2

This is an automated relay of the Github pull request:
   MINOR: stick-table: allow sc-set-gpt0 to set value from an expression

Patch title(s): 
   MINOR: stick-table: allow sc-set-gpt0 to set value from an expression
   coding style (should have been in my previous commit)

Link:
   https://github.com/haproxy/haproxy/pull/354

Edit locally:
   wget https://github.com/haproxy/haproxy/pull/354.patch && vi 354.patch

Apply locally:
   curl https://github.com/haproxy/haproxy/pull/354.patch | git am -

Description:
   Allow the `sc-set-gpt0()` action to set GPT0 to a value dynamically
   evaluated from
   its `<expr>` argument (in addition to the existing
   static `<int>` alternative).
   
   Hello HAProxy team!
   While working on a use-case we have at hand, we ended up desperately
   needing the ability to set GPT0 from a dynamic value. This patch is
   mostly copy-paste from the `set-var()` action.
   
   Looking
   forwards to your review and best,
   
   Cédric

Instructions:
   This github pull request will be closed automatically; patch should be
   reviewed on the haproxy mailing list (haproxy@formilux.org). 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.

Reply via email to