OSDN Git Service

l2tp: pppol2tp_connect() handles ipv6 sockaddr variants
authorJames Chapman <jchapman@katalix.com>
Sun, 29 Apr 2012 21:48:50 +0000 (21:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 May 2012 13:30:55 +0000 (09:30 -0400)
commitb79585f537ba9631c9b6aafb54a8040c8d515fee
treea0de8558ab9af6339573408bb2d5a1b4a3f51a20
parent9d4ec1aeda4a2754681a93029adf89f8f41b9a4d
l2tp: pppol2tp_connect() handles ipv6 sockaddr variants

Userspace uses connect() to associate a pppol2tp socket with a tunnel
socket. This needs to allow the caller to supply the new IPv6
sockaddr_pppol2tp structures if IPv6 is used.

Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_ppp.c