net: Move mtu handling down to the protocol depended handlers
authorSteffen Klassert <steffen.klassert@secunet.com>
Wed, 23 Nov 2011 02:13:31 +0000 (02:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Nov 2011 19:29:51 +0000 (14:29 -0500)
We move all mtu handling from dst_mtu() down to the protocol
layer. So each protocol can implement the mtu handling in
a different manner.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found