From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hannes Frederic Sowa Subject: Re: [PATCH net-next 8/8] ipv6: add documentation for stable_secret, idgen_delay and idgen_retries knobs Date: Mon, 23 Mar 2015 18:20:22 +0100 Message-ID: <1427131222.1406156.244135082.7863BC98@webmail.messagingengine.com> References: <6da46ae2f76bf9aca41bd09ea7f284b75955637c.1427129103.git.hannes@stressinduktion.org> <1427130835.25985.77.camel@edumazet-glaptop2.roam.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: netdev@vger.kernel.org, ek@google.com, fgont@si6networks.com, lorenzo@google.com, hideaki.yoshifuji@miraclelinux.com To: Eric Dumazet Return-path: Received: from out3-smtp.messagingengine.com ([66.111.4.27]:37509 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753090AbbCWRUX convert rfc822-to-8bit (ORCPT ); Mon, 23 Mar 2015 13:20:23 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 5542A207C2 for ; Mon, 23 Mar 2015 13:20:20 -0400 (EDT) In-Reply-To: <1427130835.25985.77.camel@edumazet-glaptop2.roam.corp.google.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, Mar 23, 2015, at 18:13, Eric Dumazet wrote: > On Mon, 2015-03-23 at 18:02 +0100, Hannes Frederic Sowa wrote: > > Cc: Erik Kline > > Cc: Fernando Gont > > Cc: Lorenzo Colitti > > Cc: YOSHIFUJI Hideaki/=E5=90=89=E8=97=A4=E8=8B=B1=E6=98=8E > > Signed-off-by: Hannes Frederic Sowa > > --- > > Documentation/networking/ip-sysctl.txt | 25 ++++++++++++++++++++++= +++ > > 1 file changed, 25 insertions(+) > >=20 > > diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation= /networking/ip-sysctl.txt > > index 6c07c2b..6825247 100644 > > --- a/Documentation/networking/ip-sysctl.txt > > +++ b/Documentation/networking/ip-sysctl.txt > > @@ -1220,6 +1220,17 @@ anycast_src_echo_reply - BOOLEAN > > FALSE: disabled > > Default: FALSE > > =20 > > +idgen_delay - INTEGER > > + Controls the delay in seconds after which time to retry > > + privacy stable address generation if a DAD conflict is > > + detected. > > + Default: 1 (as specified in RFC7212) > > + > > +idgen_retries - INTEGER > > + Controls the number of retries to generate a stable privacy > > + address if a DAD conflict is detected. > > + Default: 3 (as specified in RFC7212) > > + >=20 > I thought you were implementing RFC7217 ? Oh, it is a typo, I'll fix it up in v2. Thanks, Hannes