]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: implement GUID support
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 26 Mar 2024 14:26:43 +0000 (15:26 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 5 Apr 2024 13:40:42 +0000 (15:40 +0200)
commitda754b45338a88d418e7d6c2e69234c05c686155
tree44b7d6ec243eb4636058022bf09402b3168cc0d5
parent1009ca41607af76a7aadd7c6fd64448abb887be2
MINOR: proxy: implement GUID support

Implement proxy identiciation through GUID. As such, a guid_node member
is inserted into proxy structure. A proxy keyword "guid" is defined to
allow user to fix its value.
doc/configuration.txt
include/haproxy/proxy-t.h
src/guid.c
src/proxy.c