Skip to content
Commit 2c4ab624 authored by Roland Dreier's avatar Roland Dreier
Browse files

RDMA/addr: Fix build breakage when IPv6 is disabled

Commit 38617c64

 ("RDMA/addr: Add support for translating IPv6
addresses") broke the build when CONFIG_IPV6=n, because the ib_addr
module unconditionally attempted to call ipv6_chk_addr() and other
IPv6 functions that are not defined when IPv6 is disabled.  Fix this
by only building IPv6 support if CONFIG_IPV6 is turned on, and
add a Kconfig dependency to prevent the ib_addr code from being built
in when IPv6 is built modular.

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 541ef5cb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment