Re: [PATCH] BUG/MINOR: acls: Set the right refflag when patterns are, loaded from a map

2017-06-14 Thread Willy Tarreau
On Wed, Jun 14, 2017 at 03:03:33PM +0200, Christopher Faulet wrote: > For an ACL, we can load patterns from a map using the flag -M. For example: > > acl test hdr(host) -M -f hosts.map > > The file is parsed as a map et the ACL will be executed as expected. But the > reference flag is wrong.

[PATCH] BUG/MINOR: acls: Set the right refflag when patterns are, loaded from a map

2017-06-14 Thread Christopher Faulet
Hi, Here is a little patch to fix a little bug :) Thanks -- Christopher Faulet >From e11c7f0ffe159f1e77c2c2568dd5f217f67327ee Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Wed, 14 Jun 2017 14:41:33 +0200 Subject: [PATCH] BUG/MINOR: acls: Set the right refflag