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)
commita32e0eec7042b21ccb52896cf715e3e2641fed93
tree12880271e8f5fb4c5e48a0633e9a38d5a67a3448
parenta495f8364efe11f4813914b09cf0d026364d6969
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]