]> asedeno.scripts.mit.edu Git - linux.git/commit
ip6_gre: remove the incorrect mtu limit for ipgre tap
authorXin Long <lucien.xin@gmail.com>
Mon, 18 Dec 2017 06:25:09 +0000 (14:25 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Dec 2017 18:45:32 +0000 (13:45 -0500)
commit2c52129a7d74d017320804c6928de770815c5f4a
tree13582d953f21d1ed6d0be6169a4c3afb2617490f
parentcfddd4c33c254954927942599d299b3865743146
ip6_gre: remove the incorrect mtu limit for ipgre tap

The same fix as the patch "ip_gre: remove the incorrect mtu limit for
ipgre tap" is also needed for ip6_gre.

Fixes: 61e84623ace3 ("net: centralize net_device min/max MTU checking")
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_gre.c