]> git.baikalelectronics.ru Git - kernel.git/commit
Fix pppol2tp getsockname()
authorBenjamin LaHaise <bcrl@kvack.org>
Tue, 20 Mar 2012 03:57:54 +0000 (03:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Mar 2012 20:12:11 +0000 (16:12 -0400)
commit6d04d1944df6e6c2d0bfdb3adf5099666d39090d
tree7eaad4e895ed2947eb75d6320df8460c01d1bf6c
parented0eeaf780d7393fef398421a1b99e407d09b6b6
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>
net/l2tp/l2tp_ppp.c