mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-19 02:29:31 -05:00
DOC: config: fix aliases for protocol prefixes "udp4@" and "udp6@"
It was mentioned that they are equivalent to "stream+ipv*@" while it's the equivalent of "dgram+ipv*@".
This commit is contained in:
parent
d4c6fbe87e
commit
24101f9ce7
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue