commit | 9553de7fecfe9926d7af9d4656b8ba68e8c28fe0 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 26 09:12:50 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 26 13:52:06 2021 +0100 |
tree | c9c993acc43a913789cb29644553d3156a108bd3 | |
parent | 01f02a4d84d155ef9480ccb8cf8cf97ce0918b25 [diff] |
MINOR: tools: Add function to compare an address to a network address ipcmp2net() function may be used to compare an addres (struct sockaddr_storage) to a network address (struct net_addr). Among other things, this function will be used to add support of IPv6 for "except" parameter of "forwardfor" and "originalto" options.