Benjamin LaHaise bbdb32cb5b Fix pppol2tp getsockname()
While testing L2TP functionality, I came across a bug in getsockname().  The
IP address returned within the pppol2tp_addr's addr memember was not being
set to the IP  address in use.  This bug is caused by using inet_sk() on the
wrong socket (the L2TP socket rather than the underlying UDP socket), and was
likely introduced during the addition of L2TPv3 support.

Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>
Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-03-20 16:12:11 -04:00
..
2011-12-14 02:39:30 -05:00
2012-03-19 16:53:08 -04:00
2011-12-11 18:25:16 -05:00
2012-03-20 16:12:11 -04:00
2012-03-06 15:16:25 -05:00
2012-03-20 16:12:11 -04:00
2012-03-08 13:52:08 -08:00
2011-12-16 15:49:52 -05:00