From: David du Colombier Date: Thu, 17 Mar 2011 09:40:28 +0000 (+0100) Subject: [MINOR] update comment about IPv6 support for server X-Git-Tag: v1.5-dev8~266 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9842ff1ae65385287647a3211f89dde10f9c7e45;p=thirdparty%2Fhaproxy.git [MINOR] update comment about IPv6 support for server --- diff --git a/src/cfgparse.c b/src/cfgparse.c index dcea0f2179..a27ef9880b 100644 --- a/src/cfgparse.c +++ b/src/cfgparse.c @@ -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