commit | 75ab8bdb8369d98342a0a5d99f5d6e8dce87e3b7 | [log] [tgz] |
---|---|---|
author | Simon Horman <horms@verge.net.au> | Mon Jun 16 09:39:41 2014 +0900 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 16 10:10:33 2014 +0200 |
tree | ba2eef80b80403b0c9e45356c360d5a3b30d8f00 | |
parent | 7799267f43f9d2b32c69193408754c93827c31d7 [diff] |
MEDIUM: Add port_to_str helper This helper is similar to addr_to_str but tries to convert the port rather than the address of a struct sockaddr_storage. This is in preparation for supporting an external agent check. Signed-off-by: Simon Horman <horms@verge.net.au>