mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 22:28:41 -04:00
[MINOR] update comment about IPv6 support for server
This commit is contained in:
parent
fab5a43726
commit
9842ff1ae6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue