]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Add "no-quic" global option
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 12 Jan 2023 14:23:54 +0000 (15:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 17 Jan 2023 15:35:20 +0000 (16:35 +0100)
commit12a0317fed7997e0376cdba6cf226ffe534445c5
treecbd564fd762e2344df66196265a7b96eec5b868f
parent6fc86974cf18a54f5832cc85a1edb3392dfc5e05
MINOR: quic: Add "no-quic" global option

Add "no-quic" to "global" section to disable the use of QUIC transport protocol
by all configured QUIC listeners. This is listeners with QUIC addresses on their
"bind" lines. Internally, the socket addresses binding is skipped by
protocol_bind_all() for receivers with <proto_quic4> or <proto_quic6> as
protocol (see protocol struct).
Add information about "no-quic" global option to the documentation.

Must be backported to 2.7.
doc/configuration.txt
include/haproxy/global-t.h
src/cfgparse-global.c
src/protocol.c