BUG/MINOR: config/server: reject QUIC addresses
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 11 Jun 2025 16:26:10 +0000 (18:26 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Jun 2025 05:56:20 +0000 (07:56 +0200)
commitdac40233379db32ba92c8fc0a8265a1fba2ddee7
treee918838ce5c390a70da1979d8af60100e8d7b0a0
parenteeb21041a1fab3022d905cfbfe9fad683c52b623
BUG/MINOR: config/server: reject QUIC addresses

QUIC is not implemented on the backend side. To prevent any issue, it is
better to reject any server configured which uses it. This is done via
_srv_parse_init() which is used both for static and dynamic servers.

This should be backported up to all stable versions.

(cherry picked from commit 1ecf2e9babe9d2505cebfc9e0f64454be66c2905)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 4b2ae7c9c644b5b27af732dc15df3d2fc7558693)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/server.c