commit | f34c4a35d87949fbb0e0f31eba3c054e9f8199ba | [log] [tgz] |
---|---|---|
author | Dmitry Petukhov <dmgenp@gmail.com> | Wed Apr 09 02:23:20 2014 +0600 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 09 15:24:38 2014 -0400 |
tree | 34b0e63285ba24f897998fd7dcf7102a107cff61 | |
parent | 629c9a8fd0bbdfc6d702526b327470166ec39c6b [diff] |
l2tp: take PMTU from tunnel UDP socket When l2tp driver tries to get PMTU for the tunnel destination, it uses the pointer to struct sock that represents PPPoX socket, while it should use the pointer that represents UDP socket of the tunnel. Signed-off-by: Dmitry Petukhov <dmgenp@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>