]> 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)
commitbb8b78d7775f8781cada651713021a1e99dd24c8
tree88c3a930da306688b23767a2be6ac2826e5826b5
parent00255240cece853c05ea37e49168ae728acb21c2
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]