]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita7d3dd39a6b47ce63d83532629d78f7e529562f1
tree88c3a930da306688b23767a2be6ac2826e5826b5
parent5c310f6756911dcf925eb04d888049308af182df
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]