Re: [babel] Document Shepherd review of draft-ietf-babel-source-specific-04

Toke Høiland-Jørgensen <toke@toke.dk> Mon, 31 December 2018 12:35 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 AF4BC127B4C for <babel@ietfa.amsl.com>; Mon, 31 Dec 2018 04:35:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level:
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, 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 VMpN16gElJuX for <babel@ietfa.amsl.com>; Mon, 31 Dec 2018 04:35:45 -0800 (PST)
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 1553D1277BB for <babel@ietf.org>; Mon, 31 Dec 2018 04:35:44 -0800 (PST)
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=1546259739; bh=hIEB2+QJc/q2Y9RAYEzpS1fMMjLBj/wZIriX66Q2sW0=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=DmM/qFxHK4rpPQBbv1IsM2U6vA4dl3LJxmlzfGqmSIq7znfoROe5FNrcEiAQ9Uu8A pTkKEpA6InA5i455I7qc+kBmY8elZ1KNW2I+tuDzbRQy1VO4/WNVgc8ViRZkKdUvjq dzNQDzQufNrfghhP9Cqg+wtO6Sh73zB0K758qhr81AuQAJcbN1D1ZoPuJmXlLEKJ3b vyJOxC4usNzm8umgmDjGpY0jwa2Nt3F7SxHyly9eziU2jJhMRdr9UCA4dKHfXnrRBU 52B2buxE2lcOIzyI0adVt9YPnSN+ssVFBwEIftbZi76kdF3WNbK9D4PsDxqpqj1hs/ Rxj4f3FgMRdXA==
To: Juliusz Chroboczek <jch@irif.fr>, Donald Eastlake <d3e3e3@gmail.com>
Cc: Babel at IETF <babel@ietf.org>
In-Reply-To: <87muonev1a.wl-jch@irif.fr>
References: <CAF4+nEEzuw=Fr-uwoQari1hknRJ32zq2k6BQizYKmQyTi53hpw@mail.gmail.com> <87muonev1a.wl-jch@irif.fr>
Date: Mon, 31 Dec 2018 13:35:34 +0100
X-Clacks-Overhead: GNU Terry Pratchett
Message-ID: <87bm51g9gp.fsf@toke.dk>
MIME-Version: 1.0
Content-Type: text/plain
Archived-At: <https://mailarchive.ietf.org/arch/msg/babel/uI-u_4yYLhFCeDmHIhSM0TrSYz4>
Subject: Re: [babel] Document Shepherd review of draft-ietf-babel-source-specific-04
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: Mon, 31 Dec 2018 12:35:48 -0000

Juliusz Chroboczek <jch@irif.fr> writes:

> I think you're right, that the SHOULD about multiple sub-TLVs should be
> a MUST, but I want to sleep over it and check the implementation.  Toke,
> do you have an opinion?

Bird already ignores the whole TLV if it has more than one SS sub-tlv in
it. No objection to making this mandatory :)

-Toke