Re: [babel] Unicast Hellos?

Toke Høiland-Jørgensen <toke@toke.dk> Mon, 29 May 2017 13:01 UTC

Return-Path: <toke@toke.dk>
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 327BB12932A for <babel@ietfa.amsl.com>; Mon, 29 May 2017 06:01:44 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.002
X-Spam-Level:
X-Spam-Status: No, score=-2.002 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=toke.dk
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 46kfwJBMT55L for <babel@ietfa.amsl.com>; Mon, 29 May 2017 06:01:42 -0700 (PDT)
Received: from mail.toke.dk (mail.toke.dk [52.28.52.200]) (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 7D07212778D for <babel@ietf.org>; Mon, 29 May 2017 06:01:42 -0700 (PDT)
From: Toke Høiland-Jørgensen <toke@toke.dk>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1496062899; bh=SGfFrjK0O2gtxnAHKZclMm+fekbkgTXEibU/R5wOzQk=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=gVjTTgMMZZbAmTZqY1x05nRZoI093957i3od5f9Fzo4aXFWYVqPcBa/a30oYM/bki D6xaRswWl3eXhqzdPenMoVr3MeaFc0X58HbJpWbpHF1Kvu75huPhIJ0U9n4+FNo3B7 3XE/YsVM0tq6KX1xKXbE/SZT9g2pJHDV0iUw3QOmKSfNaYIfhiYQffl2cWGr6PrXHv Ixoty/zlZfmLQDcsoIz5yeEFoWtppl+HHElHZdbQqj0P1BzBYSRimN3dzVCv9u3G+u frQ/EmUHxe2hskHMnO/2NnPlBGM0uF6NzY+rdbRCOHT3UZ1+9o1XX950W4yUFQKbbR IC4jxKBLvnh3g==
To: Juliusz Chroboczek <jch@irif.fr>
Cc: babel@ietf.org
References: <87bmqck6sp.wl-jch@irif.fr> <874lw3apnn.fsf@alrua-kau> <87shjnomkl.wl-jch@irif.fr>
Date: Mon, 29 May 2017 15:01:37 +0200
In-Reply-To: <87shjnomkl.wl-jch@irif.fr> (Juliusz Chroboczek's message of "Mon, 29 May 2017 14:48:58 +0200")
X-Clacks-Overhead: GNU Terry Pratchett
Message-ID: <87vaoj95qm.fsf@alrua-kau>
MIME-Version: 1.0
Content-Type: text/plain
Archived-At: <https://mailarchive.ietf.org/arch/msg/babel/cjXnS1BQmQ2xz1-0rPpeZtm0Vh4>
Subject: Re: [babel] Unicast Hellos?
X-BeenThere: babel@ietf.org
X-Mailman-Version: 2.1.22
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: Mon, 29 May 2017 13:01:44 -0000

Juliusz Chroboczek <jch@irif.fr> writes:

>> (right after getting dual-stack operation to work)
>
> Bird supports that nowadays?  Cool.

The 2.0-pre releases add support for this to the core (int-new branch of
the Bird git repo). I'm in the process of making the Babel protocol
support it as well...

-Toke