]> git.kernelconcepts.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)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jan 2013 08:39:36 +0000 (03:39 -0500)
commit38d523e2948162776903349c89d65f7b9370dadb
treea8f82b02a11aeb0167a70cc2dce1f9bd7a43c815
parent7efdba5bd9a2f3e2059beeb45c9fa55eefe1bced
ipv4: Remove output route check in ipv4_mtu

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>
net/ipv4/route.c