]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/ipv4/Kconfig
udp: Add udp_sock_create for UDP tunnels to open listener socket
authorTom Herbert <therbert@google.com>
Mon, 14 Jul 2014 02:49:37 +0000 (19:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Jul 2014 23:12:15 +0000 (16:12 -0700)
commit8024e02879ddd5042be02c70557f74cdc70b44b4
treebd11e8dae8b5d397c4d9e43e0af3c9330de24658
parent39b1c29b7bb932d7c2bd5680a927f269944bdfda
udp: Add udp_sock_create for UDP tunnels to open listener socket

Added udp_tunnel.c which can contain some common functions for UDP
tunnels. The first function in this is udp_sock_create which is used
to open the listener port for a UDP tunnel.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/udp_tunnel.h [new file with mode: 0644]
net/ipv4/Kconfig
net/ipv4/Makefile
net/ipv4/udp_tunnel.c [new file with mode: 0644]