From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [PATCH net 2/3] net/ipv6: don't reinitialize ndev->cnf.addr_gen_mode on new inet6_dev Date: Fri, 6 Jul 2018 08:42:41 -0600 Message-ID: <57fed408-3a2e-a687-2208-a67358ad20ed@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Jiri Pirko , Felix Jia To: Sabrina Dubroca , netdev@vger.kernel.org Return-path: Received: from mail-pl0-f66.google.com ([209.85.160.66]:32999 "EHLO mail-pl0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753630AbeGFOmI (ORCPT ); Fri, 6 Jul 2018 10:42:08 -0400 Received: by mail-pl0-f66.google.com with SMTP id 6-v6so2988780plb.0 for ; Fri, 06 Jul 2018 07:42:08 -0700 (PDT) In-Reply-To: Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 7/6/18 7:49 AM, Sabrina Dubroca wrote: > The value has already been copied from this netns's devconf_dflt, it > shouldn't be reset to the global kernel default. > > Fixes: d35a00b8e33d ("net/ipv6: allow sysctl to change link-local address generation mode") > Signed-off-by: Sabrina Dubroca > --- > net/ipv6/addrconf.c | 2 -- > 1 file changed, 2 deletions(-) > Reviewed-by: David Ahern