[MINOR] update comment about IPv6 support for server

This commit is contained in:
David du Colombier 2011-03-17 10:40:28 +01:00 committed by Willy Tarreau
parent fab5a43726
commit 9842ff1ae6

View 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