From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Dichtel Subject: Re: [PATCH net] sit: update frag_off info Date: Thu, 30 Nov 2017 15:08:51 +0100 Message-ID: <164eac37-3c3f-8cdf-ecee-05ffd7a44222@6wind.com> References: <1512009674-1724-1-git-send-email-liuhangbin@gmail.com> Reply-To: nicolas.dichtel@6wind.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: David Miller To: Hangbin Liu , netdev@vger.kernel.org Return-path: Received: from mail-wr0-f174.google.com ([209.85.128.174]:41018 "EHLO mail-wr0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751125AbdK3OIz (ORCPT ); Thu, 30 Nov 2017 09:08:55 -0500 Received: by mail-wr0-f174.google.com with SMTP id z18so6733919wrb.8 for ; Thu, 30 Nov 2017 06:08:54 -0800 (PST) In-Reply-To: <1512009674-1724-1-git-send-email-liuhangbin@gmail.com> Content-Language: fr Sender: netdev-owner@vger.kernel.org List-ID: 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. > Reported-by: Jianlin Shi > Signed-off-by: Hangbin Liu Acked-by: Nicolas Dichtel