]> git.baikalelectronics.ru Git - kernel.git/commit
l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels
authorChris Elston <celston@katalix.com>
Sun, 29 Apr 2012 21:48:52 +0000 (21:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 May 2012 13:30:55 +0000 (09:30 -0400)
commit6d38225da9cc337babfd7183f0f231d604f1f532
tree58bc4af4f65eed62a01027d2358b713b1a060e37
parent828129b50d28f61a4384e01aa1b181310f8a3360
l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnels

This patch adds support for unmanaged L2TPv3 tunnels over IPv6 using
the netlink API. We already support unmanaged L2TPv3 tunnels over
IPv4. A patch to iproute2 to make use of this feature will be
submitted separately.

Signed-off-by: Chris Elston <celston@katalix.com>
Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/l2tp.h
net/l2tp/l2tp_core.c
net/l2tp/l2tp_core.h
net/l2tp/l2tp_netlink.c