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

Alexandre Petrescu <alexandre.petrescu@gmail.com> Mon, 16 September 2019 07:29 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 63A76120811 for <v6ops@ietfa.amsl.com>; Mon, 16 Sep 2019 00:29:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.232
X-Spam-Level:
X-Spam-Status: No, score=-1.232 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, 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] 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 yx_c01tPAj9B for <v6ops@ietfa.amsl.com>; Mon, 16 Sep 2019 00:29:40 -0700 (PDT)
Received: from cirse-smtp-out.extra.cea.fr (cirse-smtp-out.extra.cea.fr [132.167.192.148]) (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 0D9FF12080E for <v6ops@ietf.org>; Mon, 16 Sep 2019 00:29:39 -0700 (PDT)
Received: from pisaure.intra.cea.fr (pisaure.intra.cea.fr [132.166.88.21]) by cirse-sys.extra.cea.fr (8.14.7/8.14.7/CEAnet-Internet-out-4.0) with ESMTP id x8G7Tc6B025198 for <v6ops@ietf.org>; Mon, 16 Sep 2019 09:29:38 +0200
Received: from pisaure.intra.cea.fr (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 6211E20189C for <v6ops@ietf.org>; Mon, 16 Sep 2019 09:29:38 +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 5880E2013C5 for <v6ops@ietf.org>; Mon, 16 Sep 2019 09:29:38 +0200 (CEST)
Received: from [10.11.240.42] ([10.11.240.42]) by muguet2-sys.intra.cea.fr (8.14.7/8.14.7/CEAnet-Internet-out-4.0) with ESMTP id x8G7Tbvv030438 for <v6ops@ietf.org>; Mon, 16 Sep 2019 09:29:38 +0200
To: v6ops@ietf.org
References: <c7e54351-9096-53e7-0322-cf7d0abc58f2@gmail.com>
From: Alexandre Petrescu <alexandre.petrescu@gmail.com>
Message-ID: <0b14209e-fbba-6634-630a-4a88d2838a62@gmail.com>
Date: Mon, 16 Sep 2019 09:29:37 +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: <c7e54351-9096-53e7-0322-cf7d0abc58f2@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/psWniD3p5_9htSBXhWnM4Mp2w0A>
Subject: Re: [v6ops] 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: Mon, 16 Sep 2019 07:29:43 -0000

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
>