[dhcwg] DHCPv4 over DHCPv6 Implementation

Cong Liu <gnocuil@gmail.com> Mon, 03 March 2014 19:05 UTC

Return-Path: <gnocuil@gmail.com>
X-Original-To: dhcwg@ietfa.amsl.com
Delivered-To: dhcwg@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C3D2C1A03C6 for <dhcwg@ietfa.amsl.com>; Mon, 3 Mar 2014 11:05:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level:
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=ham
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 kon8AmiGRqtF for <dhcwg@ietfa.amsl.com>; Mon, 3 Mar 2014 11:05:04 -0800 (PST)
Received: from mail-qa0-x232.google.com (mail-qa0-x232.google.com [IPv6:2607:f8b0:400d:c00::232]) by ietfa.amsl.com (Postfix) with ESMTP id 8E1E81A03C2 for <dhcwg@ietf.org>; Mon, 3 Mar 2014 11:05:04 -0800 (PST)
Received: by mail-qa0-f50.google.com with SMTP id o15so2406587qap.23 for <dhcwg@ietf.org>; Mon, 03 Mar 2014 11:05:01 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=rAd2NnCtuCfXmD9591AAKOzxPmpA/oycfoRR++3FBU0=; b=y82rzJWI+e2kWT9HLRrxSGKZxIZv4ewbIhR2e0FU0BCJfqkjKbGtvWsHDBwijsg3cN HWFusr/d0p0ucXOezDo+mF3ZmdkQ2z8MqXDtWFRvSxhNZEk4GFF23KOoUVivyNF629UD 2i0L6wK4XuGuhOoFDmGKv83fSpxTCsm9Cwt2efBQ7FGF3vomnF1aZakX/XN7g40Owt5j jhaOA4/UxkWTlGCg/5FdAMeMQs72wOVqx3oUphxHtRhjRkkPt2Smr9RQrpowNWDwyLHW FQCTNjnikAkI0m5/kOd03qJ0UINqbE/cxqPRwEGr368iorhiJIZddDhSSH7wKJD6GrgW 2ZhA==
X-Received: by 10.224.25.195 with SMTP id a3mr25541192qac.83.1393873501442; Mon, 03 Mar 2014 11:05:01 -0800 (PST)
MIME-Version: 1.0
Received: by 10.96.92.35 with HTTP; Mon, 3 Mar 2014 11:04:40 -0800 (PST)
From: Cong Liu <gnocuil@gmail.com>
Date: Mon, 03 Mar 2014 19:04:40 +0000
Message-ID: <CAF+sHxF-bn=BsnyMq3WkG3m3B=5Xe3Z4ZNv9jik9T9rp4S1MWA@mail.gmail.com>
To: "dhcwg@ietf.org" <dhcwg@ietf.org>
Content-Type: multipart/alternative; boundary="047d7bdca04cea581304f3b8769d"
Archived-At: http://mailarchive.ietf.org/arch/msg/dhcwg/RFH4he0HZHbs0SgZK67ynfT9mlQ
Subject: [dhcwg] DHCPv4 over DHCPv6 Implementation
X-BeenThere: dhcwg@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: <dhcwg.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dhcwg>, <mailto:dhcwg-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dhcwg/>
List-Post: <mailto:dhcwg@ietf.org>
List-Help: <mailto:dhcwg-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dhcwg>, <mailto:dhcwg-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 03 Mar 2014 19:05:08 -0000

Hi all,

As I presented in the DHC meeting, we have an implementation of DHCPv4 over
DHCPv6 and the source codes are open at:

https://github.com/gnocuil/DHCPv4oDHCPv6  (Server)
https://github.com/gnocuil/thudhcp  (Client)

You can also find our presentation
slides<http://www.ietf.org/proceedings/89/slides/slides-89-dhc-8.pptx>
.

Please let us know if you have interest in the implementation, or already
working on / planning an implementation on the mechanism, or have any
comments.

Best Regards,
Cong