]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: split is_addr() and is_inet_addr()
authorWilly Tarreau <w@1wt.eu>
Fri, 9 May 2014 20:40:55 +0000 (22:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 May 2014 23:26:37 +0000 (01:26 +0200)
commit18ca2d48bf495a11c0a598ea211a18bf54535801
tree602ef4c857ffecdeaa5b22623377170f4099fb9a
parent640556c692962388bd0cb5b8285f602af63839ee
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.
include/common/standard.h