open source kernel implementation of DANIR for IoT Router - DHCPv6-PD and ND - draft-shytyi-v6ops-danir-03

Alexandre Petrescu <alexandre.petrescu@gmail.com> Tue, 17 September 2019 08:58 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 AD9931200FF for <ipv6@ietfa.amsl.com>; Tue, 17 Sep 2019 01:58:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.892
X-Spam-Level:
X-Spam-Status: No, score=-0.892 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665, SPOOFED_FREEMAIL=1.739] 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 dcpmJRjL-p4o for <ipv6@ietfa.amsl.com>; Tue, 17 Sep 2019 01:58:21 -0700 (PDT)
Received: from oxalide-smtp-out.extra.cea.fr (oxalide-smtp-out.extra.cea.fr [132.168.224.13]) (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 3D5921200EF for <ipv6@ietf.org>; Tue, 17 Sep 2019 01:58:21 -0700 (PDT)
Received: from pisaure.intra.cea.fr (pisaure.intra.cea.fr [132.166.88.21]) by oxalide-sys.extra.cea.fr (8.14.7/8.14.7/CEAnet-Internet-out-4.0) with ESMTP id x8H8wIIb167551; Tue, 17 Sep 2019 10:58:18 +0200
Received: from pisaure.intra.cea.fr (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id D5C06203D06; Tue, 17 Sep 2019 10:58:18 +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 C7470203BA5; Tue, 17 Sep 2019 10:58:18 +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 x8H8wI8a015403; Tue, 17 Sep 2019 10:58:18 +0200
From: Alexandre Petrescu <alexandre.petrescu@gmail.com>
Subject: open source kernel implementation of DANIR for IoT Router - DHCPv6-PD and ND - draft-shytyi-v6ops-danir-03
To: IPv6 <ipv6@ietf.org>
Cc: Dmytro Shytyi <dmytro@shytyi.net>
References: <c7e54351-9096-53e7-0322-cf7d0abc58f2@gmail.com>
Message-ID: <89a6eb21-f715-bcf9-4f06-c344f09065bc@gmail.com>
Date: Tue, 17 Sep 2019 10:58:18 +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: multipart/alternative; boundary="------------C3CFAFD10878825E5246C9D4"
Content-Language: fr
Archived-At: <https://mailarchive.ietf.org/arch/msg/ipv6/oO6EOcC1rzIB7uHHP3SSBIotZRE>
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, 17 Sep 2019 08:58:24 -0000

[excuse multiple posting]

Hi 6MANners,

This is the open source kernel implementation of DANIR for IoT Router:

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

It is an implementation of draft-shytyi-v6ops-danir-03, which is a 
better alternative to '64share' RFC7278.

In the 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.

https://youtu.be/DymVQY7bCUM

The DHCPv6 server is 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.

Yours,

Alex and Dmytro