From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752610AbaFJRVz (ORCPT ); Tue, 10 Jun 2014 13:21:55 -0400 Received: from fourcot.fr ([217.70.191.14]:43877 "EHLO olfflo.fourcot.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751135AbaFJRVx (ORCPT ); Tue, 10 Jun 2014 13:21:53 -0400 X-Greylist: delayed 364 seconds by postgrey-1.27 at vger.kernel.org; Tue, 10 Jun 2014 13:21:52 EDT Message-ID: <53973D42.4010209@enst-bretagne.fr> Date: Tue, 10 Jun 2014 19:15:46 +0200 From: Florent Fourcot User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: Milos Vyletel , davem@davemloft.net, amwang@redhat.com, netdev@vger.kernel.org CC: Oliver Neukum , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , Patrick McHardy , stephen hemminger , Pravin B Shelar , Nicolas Dichtel , Mike Rapoport , Daniel Borkmann , Or Gerlitz , Tom Herbert , Hannes Frederic Sowa , Eric Dumazet , Paul Durrant , "open list:USB CDC ETHERNET..." , open list Subject: Re: [patch net-next 3/5] ipv6: consider net.ipv6.conf.all sysctls when making decisions References: <1402417153-2551-1-git-send-email-milos.vyletel@gmail.com> <1402417153-2551-4-git-send-email-milos.vyletel@gmail.com> In-Reply-To: <1402417153-2551-4-git-send-email-milos.vyletel@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, > > IN6_DEV_MAXCONF > IN6_DEV_HOPLIMIT > IN6_DEV_MTU I'm a little bit surprise to set the MTU as the maximum of all/dev value. Since the default for "all" is IPV6_MIN_MTU, it is probably harmless, but it could be a little bit surprising for administrators. > IN6_DEV_USE_TEMPADDR For this one, the default is zero, except for point-to-point and loopback, with -1. I didn't see any difference between 0 and -1 in the current kernel code, but if I missed something, it could be a little problem.