]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tools: Implement ipaddrcpy().
authorFrederic Lecaille <flecaille@haproxy.com>
Fri, 30 Aug 2024 11:56:15 +0000 (13:56 +0200)
committerFrederic Lecaille <flecaille@haproxy.com>
Fri, 30 Aug 2024 15:04:09 +0000 (17:04 +0200)
commitfb7a0922038932a6b82f1827a0214c5d2e8da32e
tree5f68bac1e3beba87abc806f92db87abb767bc445
parenta33407b499c40e322e74f8c4b0dde1b0773a4a3a
MINOR: tools: Implement ipaddrcpy().

Implement ipaddrcpy() new function to copy only the IP address from
a sockaddr_storage struct object into a buffer.
include/haproxy/tools.h
src/tools.c