Dear list!

Author: Daan van Gorkum <d...@djvg.net>
Number of patches: 1

This is an automated relay of the Github pull request:
   Allow load of non-existing pattern files.

Patch title(s): 
   Allow load of non-existing pattern files.

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

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

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

Description:
   To allow pure usage of the runtime API/LUA to add/remove entries in
   Maps/ACLs we should be able to load non-existing patterns. This make
   deploying easier as otherwise empty files needs to be created.
   A notice is issued when this config option is used and every time a
   non-existing file is loaded.
   
   Fixes: #2202

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