From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hangbin Liu Subject: Re: [PATCH net] sit: update frag_off info Date: Thu, 30 Nov 2017 22:35:24 +0800 Message-ID: <20171130143523.GC13972@leo.usersys.redhat.com> References: <1512009674-1724-1-git-send-email-liuhangbin@gmail.com> <164eac37-3c3f-8cdf-ecee-05ffd7a44222@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: netdev@vger.kernel.org, David Miller To: Nicolas Dichtel Return-path: Received: from mail-pg0-f51.google.com ([74.125.83.51]:43383 "EHLO mail-pg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750943AbdK3Ofn (ORCPT ); Thu, 30 Nov 2017 09:35:43 -0500 Received: by mail-pg0-f51.google.com with SMTP id b18so3061397pgv.10 for ; Thu, 30 Nov 2017 06:35:42 -0800 (PST) Content-Disposition: inline In-Reply-To: <164eac37-3c3f-8cdf-ecee-05ffd7a44222@6wind.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Nov 30, 2017 at 03:08:51PM +0100, Nicolas Dichtel wrote: > Le 30/11/2017 à 03:41, Hangbin Liu a écrit : > > After parsing the sit netlink change info, we forget to update frag_off in > > ipip6_tunnel_update(). Fix it by assigning frag_off with new value. > > > > Fixes: f37234160233 ("sit: add support of link creation via rtnl") > I think it's older than this patch (before git ages), but it probably doesn't > matter. Yeah..It really took me some time to consider whether add the fixes tag or not. David, please feel free to remove it if you think it's unnecessary. Thanks Hangbin > > > > Reported-by: Jianlin Shi > > Signed-off-by: Hangbin Liu > Acked-by: Nicolas Dichtel