commit | 18ca2d48bf495a11c0a598ea211a18bf54535801 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 09 22:40:55 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 10 01:26:37 2014 +0200 |
tree | 602ef4c857ffecdeaa5b22623377170f4099fb9a | |
parent | 640556c692962388bd0cb5b8285f602af63839ee [diff] |
MINOR: tools: split is_addr() and is_inet_addr() The is_addr() function indicates if an address is set and is an IPv4 or IPv6 address. Let's rename it is_inet_addr() and make is_addr() also accept AF_UNIX addresses.