]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: fix aliases for protocol prefixes "udp4@" and "udp6@"
authorWilly Tarreau <w@1wt.eu>
Mon, 16 Jan 2023 11:11:38 +0000 (12:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 16 Jan 2023 13:00:51 +0000 (14:00 +0100)
It was mentioned that they are equivalent to "stream+ipv*@" while it's
the equivalent of "dgram+ipv*@".

doc/configuration.txt

index 3bd7066d65e71b916058b19009e3c9f185320990..e5edd837325e25431ba838d1cc016d12d4b18d2c 100644 (file)
@@ -24130,14 +24130,14 @@ report this to the maintainers.
                                  method is forced to "datagram". Depending on
                                  the statement using this address, a port or
                                  port range can or must be specified.
-                                 It is considered as an alias of 'stream+ipv4@'.
+                                 It is considered as an alias of 'dgram+ipv4@'.
 
 'udp6@<address>[:port1[-port2]]' following <address> is always considered as
                                  an IPv6 address but socket type and transport
                                  method is forced to "datagram". Depending on
                                  the statement using this address, a port or
                                  port range can or must be specified.
-                                 It is considered as an alias of 'stream+ipv4@'.
+                                 It is considered as an alias of 'dgram+ipv4@'.
 
 'uxdg@<path>'    following string is considered as a unix socket <path> but
                  transport method is forced to "datagram". It is considered as