From: David du Colombier Date: Thu, 17 Mar 2011 09:40:23 +0000 (+0100) Subject: [DOC] document IPv6 support for syslog X-Git-Tag: v1.5-dev8~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24bb5f504b10c76b4cf87a6bc5dd51a4a609cd5e;p=thirdparty%2Fhaproxy.git [DOC] document IPv6 support for syslog --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 85efdc403f..3a3ddcc41d 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -507,6 +507,10 @@ log
[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
[ []] 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