l2tp: Add L2TPv3 protocol support
authorJames Chapman <jchapman@katalix.com>
Fri, 2 Apr 2010 06:18:49 +0000 (06:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Apr 2010 21:56:03 +0000 (14:56 -0700)
commitf7faffa3ff8ef6ae712ef16312b8a2aa7a1c95fe
tree2b9d1bd7ed08767a02cd282a876970b34241f7af
parent9345471bca96d00d4196b3dcc4a5625f1bfae247
l2tp: Add L2TPv3 protocol support

The L2TPv3 protocol changes the layout of the L2TP packet
header. Tunnel and session ids change from 16-bit to 32-bit values,
data sequence numbers change from 16-bit to 24-bit values and PPP-specific
fields are moved into protocol-specific subheaders.

Although this patch introduces L2TPv3 protocol support, there are no
userspace interfaces to create L2TPv3 sessions yet.

Signed-off-by: James Chapman <jchapman@katalix.com>
Reviewed-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/Kconfig
net/l2tp/l2tp_core.c
net/l2tp/l2tp_core.h
net/l2tp/l2tp_ppp.c