Re: [Tools-discuss] how to reference BCPs (such as BCP38)?

Henrik Levkowetz <henrik@levkowetz.com> Tue, 14 May 2019 13:58 UTC

Return-Path: <henrik@levkowetz.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0B63D12011D for <tools-discuss@ietfa.amsl.com>; Tue, 14 May 2019 06:58:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham 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 O_CTSon7psYa for <tools-discuss@ietfa.amsl.com>; Tue, 14 May 2019 06:58:26 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8CB8812011F for <tools-discuss@ietf.org>; Tue, 14 May 2019 06:58:26 -0700 (PDT)
Received: from h-202-242.a357.priv.bahnhof.se ([158.174.202.242]:50425 helo=tannat.localdomain) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1hQXwn-0004Fq-8f; Tue, 14 May 2019 06:58:25 -0700
To: Michael Richardson <mcr+ietf@sandelman.ca>, tools-discuss@ietf.org
References: <25385.1557841405@localhost>
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <47932e86-50d1-1cca-9b99-3b706c3f1ebe@levkowetz.com>
Date: Tue, 14 May 2019 15:58:17 +0200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <25385.1557841405@localhost>
Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="cFw2fJ423DcvBbh6MVIs7j5qM9vHn88gq"
X-SA-Exim-Connect-IP: 158.174.202.242
X-SA-Exim-Rcpt-To: tools-discuss@ietf.org, mcr+ietf@sandelman.ca
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/x6FyDdyl7ZifHllqpGiplW6Wado>
Subject: Re: [Tools-discuss] how to reference BCPs (such as BCP38)?
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 14 May 2019 13:58:29 -0000

Hi Michael,

On 2019-05-14 15:43, Michael Richardson wrote:
> 
> We have a comment on a document asking us to make the reference to BCP38
> explicit.  Right now we have:
> 
>             In particular, the RPL root SHOULD do BCP38 (<xref
>             target="RFC2827" />) processing on the source addresses of all IP
> 
> and:
>      <?rfc include="reference.RFC.2827" ?>
> 
> 
> We tried to do:
>      <?rfc include="reference.BCP.38" ?>
> 
> but this does not work.  Not such file exists.  Is there some other way to
> get this right?

Umm.  I think you'll have to construct the <reference> entry yourself, for
now.  Eventually, we should be able to build reference BCP entries for all
BCPs, using <referencegroup> where necessary; but that will only work with
vocabulary v3.  I suspect the lack of <referencegroup> is what's behind no
autogenerated BCP entries.


Regards,

	Henrik