From: David S. Miller Date: Tue, 27 Feb 2018 19:36:28 +0000 (-0500) Subject: Merge branch 'tunnel-mtu-fixes' X-Git-Tag: v4.16-rc5~37^2~26 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=ff2926d851076a765a8a322d5b3d1d9c9ef673d0;p=linux.git Merge branch 'tunnel-mtu-fixes' Xin Long says: ==================== net: fix IFLA_MTU ignored on NEWLINK for some ip and ipv6 tunnels The fix for ip_gre follows the way other ip tunnels do: not to set mtu in ndo_init, as ip_tunnel_newlink will take care of it properly. The fix for ip6_tunnel and sit follows the way ipv6 tunenls do: to set mtu again according to IFLA_MTU after, as all bind_dev are called in ndo_init where it can't get the tb[IFLA_MTU]. ==================== Signed-off-by: David S. Miller --- ff2926d851076a765a8a322d5b3d1d9c9ef673d0