]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ipv4: Remove output route check in ipv4_mtu
authorSteffen Klassert <steffen.klassert@secunet.com>
Wed, 16 Jan 2013 20:55:01 +0000 (20:55 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Feb 2013 18:48:30 +0000 (10:48 -0800)
commit0196923c77f46e98e38bc39e42e5f2c646c6733c
treea71332f083846e4937e55b1da3306d971f9ff7db
parent8bd686bf8a379fe7fe0fb79b6e1ced508eddec4a
ipv4: Remove output route check in ipv4_mtu

[ Upstream commit 38d523e2948162776903349c89d65f7b9370dadb ]

The output route check was introduced with git commit 261663b0
(ipv4: Don't use the cached pmtu informations for input routes)
during times when we cached the pmtu informations on the
inetpeer. Now the pmtu informations are back in the routes,
so this check is obsolete. It also had some unwanted side effects,
as reported by Timo Teras and Lukas Tribus.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Acked-by: Timo Teräs <timo.teras@iki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv4/route.c