Hi,

On Thu, Feb 06, 2014 at 10:05:49AM -0800, Qingshan Xie wrote:
> Willy, 
> in your release announcement, you mentioned 
> "Some code is still pending for a next version. Thierry has finishedthe 
> map+acl merge which will allow to manipulate ACLs on the fly just
> like maps today, ......"
(...)
> does it mean "this new feature will allow us to modify ACLs dynamically
> without haproxy restart"?  Will it be included in 1.5-dev23?

Hopefully yes. Currently you can already emulate this using maps. Maps
allow you to associate a value to a matching key. By using ACLs on top
of maps, you can convert the expected value to "1" for example and have
the ACL match for value 1. Then you can update your maps from the CLI.

What Thierry has done is to fuse the ACL match and the maps match so
that the keys can be managed similarly.

Regards,
Willy


Reply via email to