]> git.baikalelectronics.ru Git - kernel.git/commit
l2tp: introduce L2TPv3 IP encapsulation support for IPv6
authorChris Elston <celston@katalix.com>
Sun, 29 Apr 2012 21:48:54 +0000 (21:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 May 2012 13:30:55 +0000 (09:30 -0400)
commitde7c15959866c8db042725c77c1f85a5ee02a631
tree12880271e8f5fb4c5e48a0633e9a38d5a67a3448
parentc20c68c4ab1c3809e434a1271987f00020c4413b
l2tp: introduce L2TPv3 IP encapsulation support for IPv6

L2TPv3 defines an IP encapsulation packet format where data is carried
directly over IP (no UDP). The kernel already has support for L2TP IP
encapsulation over IPv4 (l2tp_ip). This patch introduces support for
L2TP IP encapsulation over IPv6.

The implementation is derived from ipv6/raw and ipv4/l2tp_ip.

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/Makefile
net/l2tp/l2tp_ip6.c [new file with mode: 0644]