]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: pattern/map: Extends the map edition system in the patterns
authorThierry FOURNIER <tfournier@exceliance.fr>
Tue, 11 Feb 2014 10:31:40 +0000 (11:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:07 +0000 (18:06 +0100)
commit1e00d3853bcfcb8734ccc09b391c1202b87b1ea4
tree4b0d1a2cb6b1160c3fa76db00e312607141078c4
parent888863534ca48b2aa1b61c583a0a8f7940c5bd48
MAJOR: pattern/map: Extends the map edition system in the patterns

This patch add the following socket command line options:

  show acl [<id>]
  clear acl <id>
  get acl <id> <pattern>
  del acl <id> <pattern>
  add acl <id> <pattern>

The system used for maps is backported in the pattern functions.
include/proto/pattern.h
include/types/acl.h
include/types/map.h
include/types/pattern.h
include/types/stream_interface.h
src/acl.c
src/dumpstats.c
src/map.c
src/pattern.c