commit | 38617c64bf9a10bf20e41d95b69bb81e8560fe9d | [log] [tgz] |
---|---|---|
author | Aleksey Senin <alekseys@voltaire.com> | Wed Dec 24 10:16:37 2008 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Dec 24 10:16:37 2008 -0800 |
tree | c8ecf25f528bae1320c21d09eb61edb956f6d438 | |
parent | 061e41fdb5047b1fb161e89664057835935ca1d2 [diff] |
RDMA/addr: Add support for translating IPv6 addresses Add support for translating AF_INET6 addresses to the IB address translation service. This requires using struct sockaddr_storage instead of struct sockaddr wherever an IPv6 address might be stored, and adding cases to handle IPv6 in addition to IPv4 to the various translation functions. Signed-off-by: Aleksey Senin <aleksey@alst60.(none)> Signed-off-by: Roland Dreier <rolandd@cisco.com>