Re: [Sidrops] Closed -- [WGLC] draft-ietf-sidrops-8210bis-05 - Ends 31/January/2022

Randy Bush <randy@psg.com> Mon, 14 February 2022 12:02 UTC

Return-Path: <randy@psg.com>
X-Original-To: sidrops@ietfa.amsl.com
Delivered-To: sidrops@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0940E3A0A21 for <sidrops@ietfa.amsl.com>; Mon, 14 Feb 2022 04:02:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.9
X-Spam-Level:
X-Spam-Status: No, score=-6.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] 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 MiGHAEn8NJ62 for <sidrops@ietfa.amsl.com>; Mon, 14 Feb 2022 04:02:56 -0800 (PST)
Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:8006::18]) (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 BDBA73A0A20 for <sidrops@ietf.org>; Mon, 14 Feb 2022 04:02:56 -0800 (PST)
Received: from localhost ([127.0.0.1] helo=ryuu.rg.net) by ran.psg.com with esmtp (Exim 4.93) (envelope-from <randy@psg.com>) id 1nJa4C-000Mxt-Fz; Mon, 14 Feb 2022 12:02:52 +0000
Date: Mon, 14 Feb 2022 04:02:51 -0800
Message-ID: <m2mtitu044.wl-randy@psg.com>
From: Randy Bush <randy@psg.com>
To: Oliver Borchert <oliver.borchert@nist.gov>
Cc: sidrops@ietf.org
In-Reply-To: <33F461A3-6D77-4C5E-9F53-D59443D697CA@nist.gov>
References: <FA66940C-F77C-4DB7-A914-2716C5231AD3@arrcus.com> <CAMFGGcB=_UkznKY5-eaKE=V4hucGQa9NTrOJm_upyWHpMwyU6Q@mail.gmail.com> <33F461A3-6D77-4C5E-9F53-D59443D697CA@nist.gov>
User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/26.3 Mule/6.0 (HANACHIRUSATO)
MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue")
Content-Type: text/plain; charset=ISO-2022-JP
Archived-At: <https://mailarchive.ietf.org/arch/msg/sidrops/ZkxoV4HIMVXcBI6Rf7PhIupr7wM>
Subject: Re: [Sidrops] Closed -- [WGLC] draft-ietf-sidrops-8210bis-05 - Ends 31/January/2022
X-BeenThere: sidrops@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: A list for the SIDR Operations WG <sidrops.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sidrops>, <mailto:sidrops-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/sidrops/>
List-Post: <mailto:sidrops@ietf.org>
List-Help: <mailto:sidrops-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sidrops>, <mailto:sidrops-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Feb 2022 12:02:58 -0000

> Said that I am sorry to miss this last call because I would have
> re-requested one more editorial change that I pointed out during the
> previous WLC. The issue is the Flags field, which is defined twice,
> Once “globally” in chapter 5.1 Fields of PDU which contains the
> explanation on what to do for the ROA and Key handling. Then one more
> time in chapter 5.12 ASPA PDU.
> 
> I mentioned that already in November or December that for completeness
> it would make sense to add the text from 5.12 into 5.1 as it is done
> with the other PDU’s.

oliver

i went to hack this and found i did not understand exactly what it is
you want.

exactly what text from 5.12?

5.1 says

The lowest-order bit of the Flags field is 1 for an announcement and 0
for a withdrawal

5.12 says

       Bit     Bit Name
       ----    -------------------
        0      AFI (IPv4 == 0, IPv6 == 1)
        1      Announce == 1, Delete == 0
        2-7    Reserved, must be zero

is it that you want 5.1 to change to

The lowest-order bit of the Flags field is 0 for IPv4 and 1 for IPv6,
and the next lowest bit is 1 for an announcement and 0 for a withdrawal

randy