OSDN Git Service

ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
authorDavid Ahern <dsahern@gmail.com>
Sun, 18 Nov 2018 18:45:30 +0000 (10:45 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Nov 2018 07:17:02 +0000 (08:17 +0100)
commit5bb115fb7d334d719e699924f7893bddcf5a51d3
tree1e738c47d7ff08830d89dc9bfc106481976c8e21
parentb536dd802a36dd14e8d5e68201cecab46ccb9669
ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF

[ Upstream commit 7ddacfa564870cdd97275fd87decb6174abc6380 ]

Preethi reported that PMTU discovery for UDP/raw applications is not
working in the presence of VRF when the socket is not bound to a device.
The problem is that ip6_sk_update_pmtu does not consider the L3 domain
of the skb device if the socket is not bound. Update the function to
set oif to the L3 master device if relevant.

Fixes: ca254490c8df ("net: Add VRF support to IPv6 stack")
Reported-by: Preethi Ramachandra <preethir@juniper.net>
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv6/route.c