commit | 01f02a4d84d155ef9480ccb8cf8cf97ce0918b25 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 25 18:50:02 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Feb 26 13:32:17 2021 +0100 |
tree | 56caf429d92029ac64a8da4a312f06be0c88eb41 | |
parent | cccded98c7b3f2281fe4481895b1392e78cc5df0 [diff] |
MINOR: tools: Add net_addr structure describing a network addess The net_addr structure describes a IPv4 or IPv6 address. Its ip and mask are represented. Among other things, this structure will be used to add support of IPv6 for "except" parameter of "forwardfor" and "originalto" options.