]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] acl: use 'L6' instead of 'L4' in ACL flags relying on contents
authorWilly Tarreau <w@1wt.eu>
Sun, 23 May 2010 10:24:38 +0000 (12:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jun 2010 08:53:09 +0000 (10:53 +0200)
commit06457871a40e0101c433aea95ab174e3b52c274c
treeec31f93687909454fd391a2b47251d382a92cd52
parenta4cda67323319364b1a1e6a71e52b7aa41632156
[CLEANUP] acl: use 'L6' instead of 'L4' in ACL flags relying on contents

Just like we do on health checks, we should consider that ACLs that make
use of buffer data are layer 6 and not layer 4, because we'll soon have
to distinguish between pure layer 4 ACLs (without any buffer) and these
ones.
include/types/acl.h
src/acl.c
src/proto_tcp.c