commit | fab5a4372676bf88e884a447172ad1d28fba7f5a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 04 15:31:53 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 23 19:01:18 2011 +0100 |
tree | ee6c6a26c3fd565671be97f5967d5e790dd5abd2 | |
parent | 64e9c90e69cd8b0fe8dd60024ccbe528705fbd8f [diff] |
[MEDIUM] config: rework the IPv4/IPv6 address parser to support host-only addresses The parser now distinguishes between pure addresses and address:port. This is useful for some config items where only an address is required. Raw IPv6 addresses are now parsed, but IPv6 host name resolution is still not handled (gethostbyname does not resolve IPv6 names to addresses).