From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] ip6_gre: remove the incorrect mtu limit for ipgre tap Date: Tue, 19 Dec 2017 13:46:02 -0500 (EST) Message-ID: <20171219.134602.265333336874104524.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jarod@redhat.com To: lucien.xin@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:54856 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750808AbdLSSqD (ORCPT ); Tue, 19 Dec 2017 13:46:03 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Xin Long Date: Mon, 18 Dec 2017 14:25:09 +0800 > 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 Applied.