[babel] v4-over-v6 support

Théophile Bastian <theophile.bastian@ens.fr> Thu, 14 May 2020 15:01 UTC

Return-Path: <theophile.bastian@ens.fr>
X-Original-To: babel@ietfa.amsl.com
Delivered-To: babel@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B61893A0C08 for <babel@ietfa.amsl.com>; Thu, 14 May 2020 08:01:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.603
X-Spam-Level:
X-Spam-Status: No, score=0.603 tagged_above=-999 required=5 tests=[BAYES_50=0.8, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ens.fr
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 i8KzNuadL1sJ for <babel@ietfa.amsl.com>; Thu, 14 May 2020 08:01:38 -0700 (PDT)
Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) (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 0F0483A0B47 for <babel@ietf.org>; Thu, 14 May 2020 08:01:29 -0700 (PDT)
X-ENS-nef-client: 129.199.1.22
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ens.fr; s=default; t=1589468487; bh=ZflCZ47vSi4cs5/bE/AAKEb+RjbOcyDa+D2CLaJ0g/c=; h=To:From:Subject:Date:From; b=A/0tQSn1k2fjYTs1rW7KC5btiC+jbOUlTgVa3Z1P2rqsQAZZ5J8Sj8pFErs4xNjKc znaNIQjDlhb9RJ0p7IoS3FtWmitJp8f1nmZdoPpTOekM3UXn0yS0rBx07OXRNdRlKJ 87CL8BdCaedmHmfummnpXbwpSuRga3X6Ib+VN/2o=
Received: from clipper.ens.fr (clipper-gw.ens.fr [129.199.1.22]) by nef.ens.fr (8.14.4/1.01.28121999) with ESMTP id 04EF1Rnk024064 for <babel@ietf.org>; Thu, 14 May 2020 17:01:27 +0200
Received: from [192.168.0.14] using smtps by clipper.ens.fr (8.14.4/jb-1.1) id 04EF1Q6t022836 for <babel@ietf.org>; Thu, 14 May 2020 17:01:27 +0200 (authenticated user tbastian)
X-ENS-Received: (91-160-99-187.subs.proxad.net [91.160.99.187])
X-Envelope-To: <babel@ietf.org>
To: Babel at IETF <babel@ietf.org>
From: Théophile Bastian <theophile.bastian@ens.fr>
Message-ID: <898fa0c5-0070-73c5-50ca-2a69e6f5a3a2@ens.fr>
Date: Thu, 14 May 2020 17:01:23 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Language: en-US
Content-Transfer-Encoding: 8bit
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Thu, 14 May 2020 17:01:27 +0200 (CEST)
Archived-At: <https://mailarchive.ietf.org/arch/msg/babel/7uDAYjwpHWtxR62mm1UFGkGATg4>
Subject: [babel] v4-over-v6 support
X-BeenThere: babel@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "A list for discussion of the Babel Routing Protocol." <babel.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/babel>, <mailto:babel-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/babel/>
List-Post: <mailto:babel@ietf.org>
List-Help: <mailto:babel-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/babel>, <mailto:babel-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 14 May 2020 15:01:42 -0000

Dear all,

By now, I believe that my implementation of v4-over-v6 is ready to be 
merged, and so does Juliusz. He is going to merge it into master soon. 
Until then, the code can be found here:

   https://github.com/tobast/babeld branch tobast/v6tethered-reimplem

Although the implementation is still experimental and has not been 
tested thoroughly yet, I trust the code is robust enough for production. 
I'll try my best to fix quickly any reported bug.

-- 
Théophile Bastian