]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: mention the missing "quic4@" and "quic6@" in protocol prefixes
authorWilly Tarreau <w@1wt.eu>
Mon, 16 Jan 2023 11:14:11 +0000 (12:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 16 Jan 2023 13:00:51 +0000 (14:00 +0100)
These two variants were missing from the section on protocol prefixes.

doc/configuration.txt

index e5edd837325e25431ba838d1cc016d12d4b18d2c..3054029fbd7277c3daeabf2303b5f1a370852620 100644 (file)
@@ -24095,6 +24095,20 @@ report this to the maintainers.
 11.3 Protocol prefixes
 ----------------------
 
+'quic4@<address>[:port1[-port2]]' following <address> is always considered as
+                                  an IPv4 address but socket type is forced to
+                                  "datagram" and the transport method is forced
+                                  to "stream". Depending on the statement using
+                                  this address, a UDP port or port range can or
+                                  must be specified.
+
+'quic6@<address>[:port1[-port2]]' following <address> is always considered as
+                                  an IPv6 address but socket type is forced to
+                                  "datagram" and the transport method is forced
+                                  to "stream". Depending on the statement using
+                                  this address, a UDP port or port range can or
+                                  must be specified.
+
 'tcp@<address>[:port1[-port2]]' following <address> is considered as an IPv4
                                 or IPv6 address depending of the syntax but
                                 socket type and transport method is forced to