]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[MINOR] update comment about IPv6 support for server
authorDavid du Colombier <dducolombier@exceliance.fr>
Thu, 17 Mar 2011 09:40:28 +0000 (10:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Mar 2011 21:49:55 +0000 (22:49 +0100)
src/cfgparse.c

index dcea0f2179a813889f4a75bc279eb416053f6889..a27ef9880bc61f8eeaee389d33c619a96aa34b5e 100644 (file)
@@ -3958,7 +3958,7 @@ stats_error_parsing:
                        newsrv->id = strdup(args[1]);
 
                        /* several ways to check the port component :
-                        *  - IP    => port=+0, relative
+                        *  - IP    => port=+0, relative (IPv4 only)
                         *  - IP:   => port=+0, relative
                         *  - IP:N  => port=N, absolute
                         *  - IP:+N => port=+N, relative