]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: server: accept server IDs above 2^31 and clarify error message
authorWilly Tarreau <w@1wt.eu>
Tue, 19 May 2026 14:59:37 +0000 (16:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 19 May 2026 17:11:25 +0000 (19:11 +0200)
commitf2bf3483bae512aeaabb6c0fef0267ca84fe99cc
tree996efcf72aa01bdc2f5f6f1b602ed2b45e518ef7
parentf2b152c95e53f6047ce8277a1bef769b4f781540
BUG/MINOR: server: accept server IDs above 2^31 and clarify error message

Due to the check of the stored value instead of the parsed one, it was not
permitted to use server IDs above 2^31 while they are perfectly possible.
Let's refine the parsing and also update the error message to indicate the
range. The doc was also refined to reflect the relation with hash-key.

This may be backported though it wouldn't have any effect on working
configs.
doc/configuration.txt
src/server.c