OSDN Git Service

udp_tunnel: Seperate ipv6 functions into its own file.
authorAndy Zhou <azhou@nicira.com>
Wed, 17 Sep 2014 00:31:16 +0000 (17:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Sep 2014 19:57:15 +0000 (15:57 -0400)
commitfd384412e199b62c3ddaabd18dce86d0e164c5b9
tree88c3a930da306688b23767a2be6ac2826e5826b5
parent79ba2b4c5d3779d68b4cd3a569d483f1778f2b5a
udp_tunnel: Seperate ipv6 functions into its own file.

Add ip6_udp_tunnel.c for ipv6 UDP tunnel functions to avoid ifdefs
in udp_tunnel.c

Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/udp_tunnel.h
net/ipv4/udp_tunnel.c
net/ipv6/Makefile
net/ipv6/ip6_udp_tunnel.c [new file with mode: 0644]