]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] document IPv6 support for syslog
authorDavid du Colombier <dducolombier@exceliance.fr>
Thu, 17 Mar 2011 09:40:23 +0000 (10:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Mar 2011 16:47:16 +0000 (18:47 +0200)
doc/configuration.txt

index 85efdc403f5a4e3d085f2ec38823cc9c3a71d5a3..3a3ddcc41db6d59335cd279943f42114cc001339 100644 (file)
@@ -507,6 +507,10 @@ log <address> <facility> [max level [min level]]
           no port is specified, 514 is used by default (the standard syslog
           port).
 
+        - An IPv6 address followed by a colon and optionally a UDP port. If
+          no port is specified, 514 is used by default (the standard syslog
+          port).
+
         - A filesystem path to a UNIX domain socket, keeping in mind
           considerations for chroot (be sure the path is accessible inside
           the chroot) and uid/gid (be sure the path is appropriately
@@ -2522,6 +2526,10 @@ log <address> <facility> [<level> [<minlevel>]]
                  port. If no port is specified, 514 is used by default (the
                  standard syslog port).
 
+               - An IPv6 address followed by a colon (':') and optionally a UDP
+                 port. If no port is specified, 514 is used by default (the
+                 standard syslog port).
+
                - A filesystem path to a UNIX domain socket, keeping in mind
                  considerations for chroot (be sure the path is accessible
                  inside the chroot) and uid/gid (be sure the path is