]> 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)
commitd1aaf87067e610710bef8573da0b21d39eb8402c
tree12880271e8f5fb4c5e48a0633e9a38d5a67a3448
parent06199d36909bb2049c4c6ed33e3c75820388766b
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]