commit | 9cf8d3f46bc855e24c9f70f6518f0bd120e544c1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 09 22:56:10 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 10 01:26:37 2014 +0200 |
tree | fe47638d40ba4a04a0fcb04f9d19b9d0155ef6d9 | |
parent | 18ca2d48bf495a11c0a598ea211a18bf54535801 [diff] |
MINOR: protocols: use is_inet_addr() when only INET addresses are desired We used to have is_addr() in place to validate sometimes the existence of an address, sometimes a valid IPv4 or IPv6 address. Replace them carefully so that is_inet_addr() is used wherever we can only use an IPv4/IPv6 address.