haproxy/include
Thierry FOURNIER af5a29d5f8 MINOR: pattern: Each pattern is identified by unique id.
The pattern reference are stored with two identifiers: the unique_id and
the reference.

The reference identify a file. Each file with the same name point to the
same reference. We can register many times one file. If the file is
modified, all his dependencies are also modified. The reference can be
used with map or acl.

The unique_id identify inline acl. The unique id is unique for each acl.
You cannot force the same id in the configuration file, because this
repport an error.

The format of the acl and map listing through the "socket" has changed
for displaying these new ids.
2014-03-17 18:06:07 +01:00
..
common MINOR: standard: Add function for converting cidr to network mask. 2014-03-17 18:06:07 +01:00
import
proto MINOR: pattern: Each pattern is identified by unique id. 2014-03-17 18:06:07 +01:00
types MINOR: pattern: Each pattern is identified by unique id. 2014-03-17 18:06:07 +01:00