Re: Variable SLAAC linux kernel implementation (SLAAC with prefixes of arbitrary length in PIO)

Alexandre Petrescu <alexandre.petrescu@gmail.com> Tue, 10 November 2020 19:57 UTC

Return-Path: <alexandre.petrescu@gmail.com>
X-Original-To: ipv6@ietfa.amsl.com
Delivered-To: ipv6@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1710E3A0EC4 for <ipv6@ietfa.amsl.com>; Tue, 10 Nov 2020 11:57:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.669
X-Spam-Level:
X-Spam-Status: No, score=0.669 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FREEMAIL_FROM=0.001, NICE_REPLY_A=-0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665] autolearn=no autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uCz3l1TB_i0d for <ipv6@ietfa.amsl.com>; Tue, 10 Nov 2020 11:57:46 -0800 (PST)
Received: from sainfoin-smtp-out.extra.cea.fr (sainfoin-smtp-out.extra.cea.fr [132.167.192.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BEAA73A0EBF for <ipv6@ietf.org>; Tue, 10 Nov 2020 11:57:46 -0800 (PST)
Received: from pisaure.intra.cea.fr (pisaure.intra.cea.fr [132.166.88.21]) by sainfoin-sys.extra.cea.fr (8.14.7/8.14.7/CEAnet-Internet-out-4.0) with ESMTP id 0AAJviIH006211; Tue, 10 Nov 2020 20:57:44 +0100
Received: from pisaure.intra.cea.fr (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id BF30320A551; Tue, 10 Nov 2020 20:57:44 +0100 (CET)
Received: from muguet2-smtp-out.intra.cea.fr (muguet2-smtp-out.intra.cea.fr [132.166.192.13]) by pisaure.intra.cea.fr (Postfix) with ESMTP id B561920A4CD; Tue, 10 Nov 2020 20:57:44 +0100 (CET)
Received: from [10.11.240.142] ([10.11.240.142]) by muguet2-sys.intra.cea.fr (8.14.7/8.14.7/CEAnet-Internet-out-4.0) with ESMTP id 0AAJviX5026328; Tue, 10 Nov 2020 20:57:44 +0100
Subject: Re: Variable SLAAC linux kernel implementation (SLAAC with prefixes of arbitrary length in PIO)
From: Alexandre Petrescu <alexandre.petrescu@gmail.com>
To: Dmytro Shytyi <ietf.dmytro@shytyi.net>
Cc: IPv6 <ipv6@ietf.org>
References: <175b355a1f5.de929a1814179.7234090001378491531@shytyi.net> <44c1cf99-01c4-7f88-1c98-8d4c613621ea@gmail.com>
Message-ID: <c3f27858-4f94-2cb8-6065-7dcc6b919474@gmail.com>
Date: Tue, 10 Nov 2020 20:57:44 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.4.1
MIME-Version: 1.0
In-Reply-To: <44c1cf99-01c4-7f88-1c98-8d4c613621ea@gmail.com>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Language: fr
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/ipv6/_yvAoinZl7DWUN36oEHbV03fQ9k>
X-BeenThere: ipv6@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "IPv6 Maintenance Working Group \(6man\)" <ipv6.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ipv6>, <mailto:ipv6-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ipv6/>
List-Post: <mailto:ipv6@ietf.org>
List-Help: <mailto:ipv6-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ipv6>, <mailto:ipv6-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 10 Nov 2020 19:57:48 -0000

A suggestion of correction on that howto article of the kernel patch: 
use 2001:db8 instead of 2000:db8 :-)

It's the documentation prefix specified in RFC.

Alex

Le 10/11/2020 à 20:55, Alexandre Petrescu a écrit :
> Dmytro,
> 
> We discussed in private about this, but I learned from your article that 
> there are two methods to generate an Interface ID of an arbitrary 
> length: the default random, and the RFC 7217 stable plus privacy 
> extensions.
> 
> When you say 'stable' - in what is it stable?
> 
> For my part, I plan to use this implementation in my projects of 
> vehicular networks connected to cellular links.
> 
> Alex
> 
> Le 10/11/2020 à 19:05, Dmytro Shytyi a écrit :
>> Dear participants of v6ops and 6man working groups,
>>
>> I just released the open source implementation of Variable SLAAC 
>> (SLAAC with prefixes of arbitrary length in PIO) in the next github 
>> repository: https://github.com/dmytroshytyi/variable-slaac
>>
>> Compatible linux kernels with patches in this repo:
>> net-next branch
>>     Linux ferby 5.10.0-rc2-00757-g8be33ecfc1ff-dirty #2 SMP PREEMPT 
>> Tue Nov 10 12:33:35 CET 2020 x86_64 GNU/Linux
>> net branch
>>     Linux kernel: Linux ferby 5.10.0-rc1-00133-gfffffda4fefb #1 SMP 
>> PREEMPT Mon Nov 2 21:42:42 CET 2020 x86_64 GNU/Linux
>>     Linux kernel: Linux ferby 5.9.0-rc3-00357-gcc8e58f8325c-dirty #1 
>> SMP PREEMPT Thu Sep 10 10:50:34 CEST 2020 x86_64 GNU/Linux
>>
>> Feel free to try it and leave your comments :)
>> __________________
>> Dmytro SHYTYI
>>
>>
>>