]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: tcp: add register keyword system.
authorThierry FOURNIER <tfournier@haproxy.com>
Fri, 12 Dec 2014 18:41:33 +0000 (19:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:32 +0000 (23:12 +0100)
commitcc87a1184281e6b3834f66e732f15b4eb5598887
tree621a0409809c73525b2756664df39aadbeccd1ac
parentac836baad1a14002e80afa0f3f7ef5740f97cfb5
MEDIUM: tcp: add register keyword system.

This patch introduces an action keyword registration system for TCP
rulesets similar to what is available for HTTP rulesets. This sytem
will be useful with lua.
include/proto/proto_tcp.h
include/types/proto_tcp.h
src/proto_tcp.c