[MINOR] acl: add support for hdr_ip to match IP addresses in headers
authorWilly Tarreau <w@1wt.eu>
Sat, 19 Sep 2009 05:54:16 +0000 (07:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 19 Sep 2009 12:47:49 +0000 (14:47 +0200)
commit106f979bbd75c2160c038fca6b1bd2b0cfab3018
tree08b7fb32f365b939504485132e2da77fb5eda911
parentc465fd7836fa6a98790c9aaca18eb11f2ad24df7
[MINOR] acl: add support for hdr_ip to match IP addresses in headers

For x-forwarded-for and such headers, it's sometimes needed to match
based on network addresses. Let's use hdr_ip() for that.
doc/configuration.txt
include/common/standard.h
src/proto_http.c
src/standard.c