]> git.hungrycats.org Git - linux/commit
Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 May 2018 18:44:08 +0000 (20:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 May 2018 20:08:04 +0000 (22:08 +0200)
commitf451da609814e98834de336345bf89f18065ef0d
treec762ce923619d0c592012c31ac22e8b03007697f
parent8eb1ef076bab4bd4975922a06bdffa3d40c4197c
Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"

This reverts commit 08a049c84408dfd0240a3340681486779c167cc8 which is
03080e5ec727 ("vti4: Don't override MTU passed on link creation via
IFLA_MTU") upstream as it causes test failures.

This commit should not have been backported to anything older than 4.16,
despite what the changelog said as the mtu must be set in older kernels,
unlike is needed in 4.16 and newer.

Thanks to Alistair Strachan for the debugging help figuring this out,
and for 'git bisect' for making my life a whole lot easier.

Cc: Alistair Strachan <astrachan@google.com>
Cc: Stefano Brivio <sbrivio@redhat.com>
Cc: Sabrina Dubroca <sd@queasysnail.net>
Cc: Steffen Klassert <steffen.klassert@secunet.com>
Cc: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv4/ip_vti.c