aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/udp_tunnel.h
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2019-03-22 06:06:09 -0700
committerDavid S. Miller <davem@davemloft.net>2019-03-29 10:53:45 -0700
commit3616d08bcbb564c7765187cd45ad392e49bad73a (patch)
tree150383f0c8b4de6bb39ec3b8440faf22497ff3ff /include/net/udp_tunnel.h
parentMerge branch 'net-Move-fib_nh-and-fib6_nh-to-a-common-struct' (diff)
downloadlinux-dev-3616d08bcbb564c7765187cd45ad392e49bad73a.tar.xz
linux-dev-3616d08bcbb564c7765187cd45ad392e49bad73a.zip
ipv6: Move ipv6 stubs to a separate header file
The number of stubs is growing and has nothing to do with addrconf. Move the definition of the stubs to a separate header file and update users. In the move, drop the vxlan specific comment before ipv6_stub. Code move only; no functional change intended. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/udp_tunnel.h')
-rw-r--r--include/net/udp_tunnel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/udp_tunnel.h b/include/net/udp_tunnel.h
index b8137953fea3..4b1f95e08307 100644
--- a/include/net/udp_tunnel.h
+++ b/include/net/udp_tunnel.h
@@ -7,7 +7,7 @@
#if IS_ENABLED(CONFIG_IPV6)
#include <net/ipv6.h>
-#include <net/addrconf.h>
+#include <net/ipv6_stubs.h>
#endif
struct udp_port_cfg {