]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stick-table: Add "server_name" new data type.
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 17 May 2019 08:08:29 +0000 (10:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Jun 2019 06:33:35 +0000 (08:33 +0200)
commit5ad57ea85fe8da992dfc04fb2ca3e1b5b10c3e16
tree0897c04121f8f1291764cdf35847e110f9a7e5f0
parent74167b25f7a6e38281c6f3d60a3ccb4e465d2e65
MINOR: stick-table: Add "server_name" new data type.

This simple patch only adds definitions to create a new stick-table
data type ID and a new standard type to store information in relation
wich dictionary entries (STD_T_DICT).
include/proto/stick_table.h
include/types/stick_table.h
src/stick_table.c