]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: re-work log forward bind statement documentation.
authorEmeric Brun <ebrun@haproxy.com>
Thu, 8 Oct 2020 06:39:02 +0000 (08:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Oct 2020 06:54:04 +0000 (08:54 +0200)
This patch re-work the documentation about the bind statement
of log forward section.

doc/configuration.txt

index 3eaed64b575cd2cef78351b839f7e925ceab44d7..3054b1c7f0fb1a83d134cff1cb9a0cd776407c57 100644 (file)
@@ -2785,8 +2785,10 @@ backlog <conns>
 
 bind <addr> [param*]
   Used to configure a stream log listener to receive messages to forward.
-  This supports for some of the "bind" parameters found in 5.1 paragraph.
-  Those listener support both "Octet Counting" and "Non-Transparent-Framing"
+  This supports the "bind" parameters found in 5.1 paragraph including
+  those about ssl but some statements such as "alpn" may be irrelevant for
+  syslog protocol over TCP.
+  Those listeners support both "Octet Counting" and "Non-Transparent-Framing"
   modes as defined in rfc-6587.
 
 dgram-bind <addr> [param*]