Re: [v6ops] open source kernel implementation of DANIR for IoT Router - DHCPv6-PD and ND

Alexandre Petrescu <alexandre.petrescu@gmail.com> Tue, 17 September 2019 08:15 UTC

Return-Path: <alexandre.petrescu@gmail.com>
X-Original-To: v6ops@ietfa.amsl.com
Delivered-To: v6ops@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DEAB31201C6 for <v6ops@ietfa.amsl.com>; Tue, 17 Sep 2019 01:15:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.631
X-Spam-Level:
X-Spam-Status: No, score=-2.631 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665, URIBL_BLOCKED=0.001] autolearn=ham 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 veEgqzekdfFN for <v6ops@ietfa.amsl.com>; Tue, 17 Sep 2019 01:15:58 -0700 (PDT)
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 21486120168 for <v6ops@ietf.org>; Tue, 17 Sep 2019 01:15:57 -0700 (PDT)
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 x8H8FuDu021118 for <v6ops@ietf.org>; Tue, 17 Sep 2019 10:15:56 +0200
Received: from pisaure.intra.cea.fr (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 7C23E203D54 for <v6ops@ietf.org>; Tue, 17 Sep 2019 10:15:56 +0200 (CEST)
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 70C80203D27 for <v6ops@ietf.org>; Tue, 17 Sep 2019 10:15:56 +0200 (CEST)
Received: from [10.8.35.150] (is154594.intra.cea.fr [10.8.35.150]) by muguet2-sys.intra.cea.fr (8.14.7/8.14.7/CEAnet-Internet-out-4.0) with ESMTP id x8H8Fu70009327 for <v6ops@ietf.org>; Tue, 17 Sep 2019 10:15:56 +0200
To: v6ops@ietf.org
References: <c7e54351-9096-53e7-0322-cf7d0abc58f2@gmail.com> <0b14209e-fbba-6634-630a-4a88d2838a62@gmail.com>
From: Alexandre Petrescu <alexandre.petrescu@gmail.com>
Message-ID: <2da196a4-75fb-5513-dd57-5142aed2b05f@gmail.com>
Date: Tue, 17 Sep 2019 10:15:57 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0
MIME-Version: 1.0
In-Reply-To: <0b14209e-fbba-6634-630a-4a88d2838a62@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/v6ops/tIl39ZM-7qi0aYTcboSDwnONO_I>
Subject: Re: [v6ops] open source kernel implementation of DANIR for IoT Router - DHCPv6-PD and ND
X-BeenThere: v6ops@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: v6ops discussion list <v6ops.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/v6ops>, <mailto:v6ops-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/v6ops/>
List-Post: <mailto:v6ops@ietf.org>
List-Help: <mailto:v6ops-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/v6ops>, <mailto:v6ops-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 17 Sep 2019 08:16:00 -0000

https://github.com/dmytroshytyi/KD6-DHCPv6-PD-DANIR

This is the open source implementation of our draft.

Yours,

Alex and Dmytro

Le 16/09/2019 à 09:29, Alexandre Petrescu a écrit :
> It also add the necessary routes in the kernel (not only does it 
> DHCPv6-PD and ND).
> 
> Alex
> 
> Le 16/09/2019 à 09:21, Alexandre Petrescu a écrit :
>> Hi,
>>
>> The kernel implementation of DANIR for IoT Router was finally working 
>> a few weeks ago.
>>
>> It is an implementation of draft-shytyi-v6ops-danir-03.txt.  This is 
>> the right thing to do, instead of '64share' RFC7278.
>>
>> In this video one can see the kernel in the IoT Router issues a DHCPv6 
>> PD request on its egress and obtains a /56; it then makes several /64s 
>> out of it and subsequently sends RAs with these on the ingress 
>> interfaces.
>>
>> The DHCPv6 server is took off-the-shelf.  The PDP part is not present 
>> in the IoT Router, but we expect it to work ok on a ptp link on a 
>> cellular network to a smartphone.
>>
>> The video recorded the virtual machines output on the IoT Router 
>> (featured below), the Client device behind it, and the DHCPv6-PD server.
>>
>> https://youtu.be/DymVQY7bCUM
>>
>>
>> Yours,
>>
>> Alexandre PETRESCU and Dmytro SHYTYI
>>
>> PS: we will soon post the source code on github.
>>
>>
>> _______________________________________________
>> v6ops mailing list
>> v6ops@ietf.org
>> https://www.ietf.org/mailman/listinfo/v6ops
>>
> 
> _______________________________________________
> v6ops mailing list
> v6ops@ietf.org
> https://www.ietf.org/mailman/listinfo/v6ops