diff options
author | Florian Westphal <fw@strlen.de> | 2019-04-12 11:14:46 +0300 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2019-04-15 12:09:20 +0300 |
commit | e54d1527658f2226c1f63d6fb76fa9b97d1c3947 (patch) | |
tree | 2062d8cedf8b064a4282511db1b5c18d23c43869 /include/net/xfrm.h | |
parent | c9500d7b7de8ff6ac88ee3e38b782889f1616593 (diff) | |
download | linux-e54d1527658f2226c1f63d6fb76fa9b97d1c3947.tar.xz |
xfrm: kconfig: make xfrm depend on inet
when CONFIG_INET is not enabled:
net/xfrm/xfrm_output.c: In function ‘xfrm4_tunnel_encap_add’:
net/xfrm/xfrm_output.c:234:2: error: implicit declaration of function ‘ip_select_ident’ [-Werror=implicit-function-declaration]
ip_select_ident(dev_net(dst->dev), skb, NULL);
XFRM only supports ipv4 and ipv6 so change dependency to INET and place
user-visible options (pfkey sockets, migrate support and the like)
under 'if INET' guard as well.
Fixes: 1de70830066b7 ("xfrm: remove output2 indirection from xfrm_mode")
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'include/net/xfrm.h')
0 files changed, 0 insertions, 0 deletions