
From nobody Sun Nov  1 10:09:47 2020
Return-Path: <kaduk@mit.edu>
X-Original-To: int-dir@ietfa.amsl.com
Delivered-To: int-dir@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D7C6A3A0CB3; Sun,  1 Nov 2020 10:09:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.898
X-Spam-Level: 
X-Spam-Status: No, score=-1.898 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, 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 W-1YhJcOStnw; Sun,  1 Nov 2020 10:09:35 -0800 (PST)
Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) (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 407273A0CB2; Sun,  1 Nov 2020 10:09:34 -0800 (PST)
Received: from kduck.mit.edu ([24.16.140.251]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 0A1I9PNH025881 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 1 Nov 2020 13:09:31 -0500
Date: Sun, 1 Nov 2020 10:09:25 -0800
From: Benjamin Kaduk <kaduk@mit.edu>
To: Ted Lemon <mellon@fugue.com>
Cc: int-dir@ietf.org, last-call@ietf.org, draft-ietf-tls-md5-sha1-deprecate.all@ietf.org, tls@ietf.org
Message-ID: <20201101180925.GR39170@kduck.mit.edu>
References: <160390057302.19892.7954643072007013939@ietfa.amsl.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <160390057302.19892.7954643072007013939@ietfa.amsl.com>
Archived-At: <https://mailarchive.ietf.org/arch/msg/int-dir/OueT0PizaLwcrrhqHVcDy-2PQOI>
Subject: Re: [Int-dir] Intdir last call review of draft-ietf-tls-md5-sha1-deprecate-04
X-BeenThere: int-dir@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "This list is for discussion between the members of the Internet Area directorate." <int-dir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/int-dir>, <mailto:int-dir-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/int-dir/>
List-Post: <mailto:int-dir@ietf.org>
List-Help: <mailto:int-dir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/int-dir>, <mailto:int-dir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Nov 2020 18:09:37 -0000

Hi Ted,

Thanks for the review, especially for thinking about the point that Éric
requested.

I don't really agree with your nit, though, as there have been improved
crypanalysis and correspondingly improved cryptographic attacks on both
algorithms over time (SHA1 more recently than MD5).  Increased
computational power to take advantage of those cryptographic weaknesses is
certainly a factor in moving to deprecate the vulnerable algorithms, but it
is not the only factor.

-Ben

On Wed, Oct 28, 2020 at 08:56:13AM -0700, Ted Lemon via Datatracker wrote:
> Reviewer: Ted Lemon
> Review result: Ready with Nits
> 
> This document is ready for publication, with one minor nit, which is included
> at the end.
> 
> Éric additionally made the following request:
>   As those hash algorithms were 'cheap' for TLS, I would appreciate a review of
>   the impact if those algorithms are deprecated in TLS 1.2.
> 
> I am not in a position to do any practical tests, but I will point out several
> things. First, deprecating MD5 is not going to cause a performance problem
> because it's slower than SHA1, so we really only need to worry about whether
> deprecating SHA1 will cause a problem. This document only deprecates SHA1 for
> use in digital signatures. It "does not deprecate SHA-1 in HMAC for record
> protection." Given the way TLS uses digital signatures, this should not be a
> serious concern. At worst case, SHA256 is about 24% slower than SHA1. Best case
> (shorter text) it is less than 16% slower. It's reasonable to expect that in
> common use in TLS, the texts being digested will be shorter, not longer.
> Further, the bulk of the computational burden of TLS is not in the generation
> of digests for digital signatures. Therefore it seems reasonable to expect that
> the performance impact of this change is vastly overshadowed by one of the very
> factors that motivates it: the increased speed of hash computation over time. 
> Even assuming constant speed legacy hardware, the performance impact is not
> sufficient to cause concern when considering it as part of the total system
> that would be using TLS 1.2.
> 
> Nit:
> 
> In the abstract:
>    The MD5 and SHA-1 hashing algorithms are steadily weakening in
>    strength and their deprecation process should begin for their use in
>    TLS 1.2 digital signatures.
> 
> Technically, the strength of these algorithms hasn't changed. What's changed is
> that their strength is no longer sufficient to prevent realistic attacks. So it
> might be better to say something like "The vulnerability of MD5 and SHA-1
> algorithms to practical attacks is steadly increasing and ..."
> 
> 
> 


From nobody Sun Nov  1 13:53:49 2020
Return-Path: <mellon@fugue.com>
X-Original-To: int-dir@ietfa.amsl.com
Delivered-To: int-dir@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 800783A098D for <int-dir@ietfa.amsl.com>; Sun,  1 Nov 2020 13:53:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.888
X-Spam-Level: 
X-Spam-Status: No, score=-1.888 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, NO_DNS_FOR_FROM=0.001, SPF_HELO_NONE=0.001, T_SPF_TEMPERROR=0.01] autolearn=no autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=fugue-com.20150623.gappssmtp.com
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 kwaOJ80X35E8 for <int-dir@ietfa.amsl.com>; Sun,  1 Nov 2020 13:53:45 -0800 (PST)
Received: from mail-qk1-x730.google.com (mail-qk1-x730.google.com [IPv6:2607:f8b0:4864:20::730]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C23053A0985 for <int-dir@ietf.org>; Sun,  1 Nov 2020 13:53:45 -0800 (PST)
Received: by mail-qk1-x730.google.com with SMTP id p3so9981929qkk.7 for <int-dir@ietf.org>; Sun, 01 Nov 2020 13:53:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fugue-com.20150623.gappssmtp.com; s=20150623; h=content-transfer-encoding:from:mime-version:subject:date:message-id :references:cc:in-reply-to:to; bh=ISk9KTcm6/gengRlF1KwFyjVyAi6oUB6TGo9fa5AfUM=; b=gXM9dlZ5tAP1WmRQy4j6P8G4hKKdNKXdq5ckIe5hrBtq4OK/r/dZI5VobqavOlBnbG 1OEkiduxY8v3t2wNmo9PH5I046fujWoZqKlhI9lmqDxCDwesJd0SpR1vI+KBzkk4LiOC 6zrpkKQV9wa9TDAnKdQEsK9wdz+cJS7ZLqmyD5sIbcOqucQz46VCRXbozFdf411KaPgv CeB6cFOO8IeGs1JkofIF7JJAxKE8ENTC43s+8AKQJQ4CGhDx3MdUlUyJajsEQxqdMy4e uDRoPQ/EARKOMw+OYIsAA92KqiQodSO0sCqFVAAwQ2p1U/e3G2oSdHfJCak+ADd5Jg2U FzNA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:content-transfer-encoding:from:mime-version :subject:date:message-id:references:cc:in-reply-to:to; bh=ISk9KTcm6/gengRlF1KwFyjVyAi6oUB6TGo9fa5AfUM=; b=EWeM+WamOmTz/FqqZm8iV2So9QrSApYJDuK+R2+kDsS1+D+5B5XrfY+fiWYO/XgLGy HFki1/v0+HoJpWLQ28XPUw+kF/0cHkeh9w2wgAF/L+OKUTiioQ/q/C06+6OsW4D38flw yB0lPok6iJLWGlkUOCoUAm+pobcIWqxv/seliH00d1ok2I7NnNv9mqCto/OoSNyaF7yX JAGpJdCpcE92CFW+675ZgGTwzf4ztmfN5zZ4Zhqnt2hh4U2oV81LTAyMBewzCKfCUr/R AGlcI7kt284hadaLVqoFZaya3EStUuSIg2qgl4/q3qVtMSOaXct2RAGeKI6vJoRVY22D Fqjw==
X-Gm-Message-State: AOAM530VnsK6Iiw+YOxJ2R+iWTAZNVX4VNJt2ol3OsilAiZsq/W9wNds crWPV5hhtmqrOR0yY85nSj3NNg==
X-Google-Smtp-Source: ABdhPJz0SZ9co57cb2Vvg2oVdcBJCLNrdR8H00bVzdsn/iLaF7ukFHwl6a6NheMdoyQ+spVkuWrr7g==
X-Received: by 2002:a37:6fc5:: with SMTP id k188mr12412992qkc.317.1604267624169;  Sun, 01 Nov 2020 13:53:44 -0800 (PST)
Received: from [192.168.4.114] (c-24-91-177-160.hsd1.ma.comcast.net. [24.91.177.160]) by smtp.gmail.com with ESMTPSA id o187sm6646293qkb.120.2020.11.01.13.53.43 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 01 Nov 2020 13:53:43 -0800 (PST)
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
From: Ted Lemon <mellon@fugue.com>
Mime-Version: 1.0 (1.0)
Date: Sun, 1 Nov 2020 16:53:41 -0500
Message-Id: <558A253B-FB53-4B00-9C67-9DF7AA37C952@fugue.com>
References: <20201101180925.GR39170@kduck.mit.edu>
Cc: int-dir@ietf.org, last-call@ietf.org, draft-ietf-tls-md5-sha1-deprecate.all@ietf.org, tls@ietf.org
In-Reply-To: <20201101180925.GR39170@kduck.mit.edu>
To: Benjamin Kaduk <kaduk@mit.edu>
X-Mailer: iPhone Mail (18B84)
Archived-At: <https://mailarchive.ietf.org/arch/msg/int-dir/uOTfMO9SMvtn1eKSKFjxMbii46o>
Subject: Re: [Int-dir] Intdir last call review of draft-ietf-tls-md5-sha1-deprecate-04
X-BeenThere: int-dir@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "This list is for discussion between the members of the Internet Area directorate." <int-dir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/int-dir>, <mailto:int-dir-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/int-dir/>
List-Post: <mailto:int-dir@ietf.org>
List-Help: <mailto:int-dir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/int-dir>, <mailto:int-dir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 01 Nov 2020 21:53:48 -0000

FWIW my nit was simply that algorithms aren=E2=80=99t getting weaker: attack=
s are getting stronger. Sorry if I worded the suggested text badly.=20

> On Nov 1, 2020, at 13:09, Benjamin Kaduk <kaduk@mit.edu> wrote:
>=20
> =EF=BB=BFHi Ted,
>=20
> Thanks for the review, especially for thinking about the point that =C3=89=
ric
> requested.
>=20
> I don't really agree with your nit, though, as there have been improved
> crypanalysis and correspondingly improved cryptographic attacks on both
> algorithms over time (SHA1 more recently than MD5).  Increased
> computational power to take advantage of those cryptographic weaknesses is=

> certainly a factor in moving to deprecate the vulnerable algorithms, but i=
t
> is not the only factor.
>=20
> -Ben
>=20
>> On Wed, Oct 28, 2020 at 08:56:13AM -0700, Ted Lemon via Datatracker wrote=
:
>> Reviewer: Ted Lemon
>> Review result: Ready with Nits
>>=20
>> This document is ready for publication, with one minor nit, which is incl=
uded
>> at the end.
>>=20
>> =C3=89ric additionally made the following request:
>>  As those hash algorithms were 'cheap' for TLS, I would appreciate a revi=
ew of
>>  the impact if those algorithms are deprecated in TLS 1.2.
>>=20
>> I am not in a position to do any practical tests, but I will point out se=
veral
>> things. First, deprecating MD5 is not going to cause a performance proble=
m
>> because it's slower than SHA1, so we really only need to worry about whet=
her
>> deprecating SHA1 will cause a problem. This document only deprecates SHA1=
 for
>> use in digital signatures. It "does not deprecate SHA-1 in HMAC for recor=
d
>> protection." Given the way TLS uses digital signatures, this should not b=
e a
>> serious concern. At worst case, SHA256 is about 24% slower than SHA1. Bes=
t case
>> (shorter text) it is less than 16% slower. It's reasonable to expect that=
 in
>> common use in TLS, the texts being digested will be shorter, not longer.
>> Further, the bulk of the computational burden of TLS is not in the genera=
tion
>> of digests for digital signatures. Therefore it seems reasonable to expec=
t that
>> the performance impact of this change is vastly overshadowed by one of th=
e very
>> factors that motivates it: the increased speed of hash computation over t=
ime.=20
>> Even assuming constant speed legacy hardware, the performance impact is n=
ot
>> sufficient to cause concern when considering it as part of the total syst=
em
>> that would be using TLS 1.2.
>>=20
>> Nit:
>>=20
>> In the abstract:
>>   The MD5 and SHA-1 hashing algorithms are steadily weakening in
>>   strength and their deprecation process should begin for their use in
>>   TLS 1.2 digital signatures.
>>=20
>> Technically, the strength of these algorithms hasn't changed. What's chan=
ged is
>> that their strength is no longer sufficient to prevent realistic attacks.=
 So it
>> might be better to say something like "The vulnerability of MD5 and SHA-1=

>> algorithms to practical attacks is steadly increasing and ..."
>>=20
>>=20
>>=20


From nobody Sun Nov  1 19:22:39 2020
Return-Path: <d3e3e3@gmail.com>
X-Original-To: int-dir@ietfa.amsl.com
Delivered-To: int-dir@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5CC883A0CBA; Sun,  1 Nov 2020 19:22:34 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.847
X-Spam-Level: 
X-Spam-Status: No, score=-1.847 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=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 (2048-bit key) header.d=gmail.com
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 CaYjPBBoAjE5; Sun,  1 Nov 2020 19:22:32 -0800 (PST)
Received: from mail-io1-xd29.google.com (mail-io1-xd29.google.com [IPv6:2607:f8b0:4864:20::d29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 90A793A0CB8; Sun,  1 Nov 2020 19:22:32 -0800 (PST)
Received: by mail-io1-xd29.google.com with SMTP id s24so6722529ioj.13; Sun, 01 Nov 2020 19:22:32 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;  h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=MGGjYmIoKYZgCoSYBJQbAydDOx2ScrxwEzWlRb6PNWY=; b=GJvd+D9LcrhHuxhs/m90Z1NEn/Vg7No+FwftQxof8i9M390Uihuqgwf+3LwdgOgPYT vTEnFShpqNzO1cV27WL9C2320ufzMMkinzzeoGv9mIv5oG5Z5C+/QCEziegNyEXH6+lW fONXHw5NjGs0eN9k/4KiGac4cXF1cAAUFLLVskN59mFwn9fvzDMPEZB4laMSTUyoqPjE NFHpAZd5j/06yxh+5Qh4PcZYe+EdhRmGLfHxocwf/Fmm6qYiqpSQI0Wyr7taCZENsRYi iv6FlZKl/ByLFNagfgVuakDZ28XTsIDFnvNPf2vO8hyDXXChyKtOAFPgdLR1clJLfiHQ XZDg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MGGjYmIoKYZgCoSYBJQbAydDOx2ScrxwEzWlRb6PNWY=; b=AxrVg3VBfppfS6zyW7EA04uyXv2znk8nda9/s1Ku9YsOjZdWdB/KhOZLZwid6cXi5v AI6VfZymi3HZBAY7VFP/1gcZ0yqmFjOH3RN8iOBVN3uzBcQLtWPX8bjYhs/njH1RdEfa KIf8hYGDQXwJC/4YMLS5q+jgOSAbXosiNgn6vT0Iw/wVPr2fkB49TvUiIZHKc28bDAnn hRZkrHd/Lh4rdRwU3BhLQhsXR2DObyBk5q4rKzAjgxG5uN3uswmBFbDGb1alNhdWHd4X S7IIhfHG9DmvbKMHQhcXrs2+A0/+Fk1B5Alq4WCBB10z0DgCyTzOefmcd09zWxCkeXrE Zf/g==
X-Gm-Message-State: AOAM5326D+itF73odukFiT0OqHgzTBh3oVgEEAYJNKJHAUftDf7lkMFY EUBJDx7XmYkNOp7K15gTD4/h/tprKs0aQimak3riYVUbz1E=
X-Google-Smtp-Source: ABdhPJztPiY5N8LInwSIhj62kEg+jDkwAsdxCV26U6NBVkb3U+scFr6TognKhH0AlR16qXdMNm9tBCUHLUlVRHh+pEc=
X-Received: by 2002:a05:6638:1651:: with SMTP id a17mr10287457jat.39.1604287350042;  Sun, 01 Nov 2020 19:22:30 -0800 (PST)
MIME-Version: 1.0
References: <160383583753.1693.10113897796672615402@ietfa.amsl.com>
In-Reply-To: <160383583753.1693.10113897796672615402@ietfa.amsl.com>
From: Donald Eastlake <d3e3e3@gmail.com>
Date: Sun, 1 Nov 2020 22:22:18 -0500
Message-ID: <CAF4+nEHeLtREQwaBt0jfpGS9AFAxjvsjDDU9TRJGWXEFTtpDgg@mail.gmail.com>
To: int-dir@ietf.org, "Eric Vyncke (evyncke)" <evyncke@cisco.com>
Cc: last-call@ietf.org, draft-ietf-idr-flow-spec-v6.all@ietf.org
Content-Type: multipart/alternative; boundary="0000000000009df27905b3174152"
Archived-At: <https://mailarchive.ietf.org/arch/msg/int-dir/_xLQ89T4GyuAUlkLZE9W0MVGymU>
Subject: [Int-dir] Intdir telechat review of draft-ietf-idr-flow-spec-v6
X-BeenThere: int-dir@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "This list is for discussion between the members of the Internet Area directorate." <int-dir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/int-dir>, <mailto:int-dir-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/int-dir/>
List-Post: <mailto:int-dir@ietf.org>
List-Help: <mailto:int-dir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/int-dir>, <mailto:int-dir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Nov 2020 03:22:34 -0000

--0000000000009df27905b3174152
Content-Type: text/plain; charset="UTF-8"

I am an assigned INT directorate reviewer for
draft-ietf-idr-flow-spec-v6. These comments were written primarily for
the benefit of the Internet Area Directors. Document editors and
shepherd(s) should treat these comments just like they would treat
comments from any other IETF contributors and resolve them along with
any other Last Call comments that have been received. For more details
on the INT Directorate, see
https://datatracker.ietf.org/group/intdir/about/.

Reviewer: Donald Eastlake, III
Review Result: Ready with non-technical issues

The draft looks good technically, but:

Issues
-----

Section 4: Does the IETF allow direct references into github in the
main body of a standards track RFC? Looks like all the comparison code
is in the Appendix. Can the github reference at least be moved to the
Appendix?

Section 11.2: As far as I know, there are only normative and
informational references, not "URIs" references.

Editorial
---------

Section 1, 1st sentence: "to be also capable of supporting" -> "to
also support"

Section 1, 2nd sentence:
OLD
   This document analyzes the differences of IPv6 [RFC8200] flows
   description from those of traditional IPv4 packets and propose a
   subset of new Border Gateway Protocol [RFC4271] encoding formats to
   enable Dissemination of Flow Specification Rules
   [I-D.ietf-idr-rfc5575bis] for IPv6.
NEW
   This document analyzes the differences between describing IPv6
   [RFC8200] flows and those of traditional IPv4 packets. It specifies
   new Border Gateway Protocol [RFC4271] encoding formats to enable
   Dissemination of Flow Specification Rules [I-D.ietf-idr-rfc5575bis]
   for IPv6.

There are some other minor editorial things like plural/singular
forms but I assume the RFC Editor will fix those.

Thanks,
Donald
===============================
 Donald E. Eastlake 3rd   +1-508-333-2270 (cell)
 2386 Panoramic Circle, Apopka, FL 32703 USA
 d3e3e3@gmail.com

--0000000000009df27905b3174152
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div dir=3D"ltr">I am an assigned INT directorate reviewer=
 for<br>draft-ietf-idr-flow-spec-v6. These comments were written primarily =
for<br>the benefit of the Internet Area Directors. Document editors and<br>=
shepherd(s) should treat these comments just like they would treat<br>comme=
nts from any other IETF contributors and resolve them along with<br>any oth=
er Last Call comments that have been received. For more details<br>on the I=
NT Directorate, see<br><a href=3D"https://datatracker.ietf.org/group/intdir=
/about/">https://datatracker.ietf.org/group/intdir/about/</a>.<br><br>Revie=
wer: Donald Eastlake, III<br>Review Result: Ready with non-technical issues=
<br><br>The draft looks good technically, but:=C2=A0</div><div dir=3D"ltr">=
<br>Issues<br>-----<br><br>Section 4: Does the IETF allow direct references=
 into github in the<br>main body of a standards track RFC? Looks like all t=
he comparison code<br>is in the Appendix. Can the github reference at least=
 be moved to the<br>Appendix?<br><br>Section 11.2: As far as I know, there =
are only normative and<br>informational references, not &quot;URIs&quot; re=
ferences.<br><br>Editorial<br>---------<br><br>Section 1, 1st sentence: &qu=
ot;to be also capable of supporting&quot; -&gt; &quot;to<br>also support&qu=
ot;<br><br>Section 1, 2nd sentence:<br>OLD<br>=C2=A0 =C2=A0This document an=
alyzes the differences of IPv6 [RFC8200] flows<br>=C2=A0 =C2=A0description =
from those of traditional IPv4 packets and propose a<br>=C2=A0 =C2=A0subset=
 of new Border Gateway Protocol [RFC4271] encoding formats to<br>=C2=A0 =C2=
=A0enable Dissemination of Flow Specification Rules<br>=C2=A0 =C2=A0[I-D.ie=
tf-idr-rfc5575bis] for IPv6.<br>NEW<br>=C2=A0 =C2=A0This document analyzes =
the differences between describing IPv6<br>=C2=A0 =C2=A0[RFC8200] flows and=
 those of traditional IPv4 packets. It specifies<br>=C2=A0 =C2=A0new Border=
 Gateway Protocol [RFC4271] encoding formats to enable<br>=C2=A0 =C2=A0Diss=
emination of Flow Specification Rules [I-D.ietf-idr-rfc5575bis]<br>=C2=A0 =
=C2=A0for IPv6.<br><br>There are some other minor editorial things like plu=
ral/singular<br>forms but I assume the RFC Editor will fix those.</div><div=
 dir=3D"ltr"><br><div><div dir=3D"ltr" class=3D"gmail_signature" data-smart=
mail=3D"gmail_signature">Thanks,<br>Donald<br>=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>=C2=
=A0Donald E. Eastlake 3rd =C2=A0 +1-508-333-2270 (cell)<br>=C2=A02386 Panor=
amic Circle, Apopka, FL 32703 USA<br>=C2=A0<a href=3D"mailto:d3e3e3@gmail.c=
om" target=3D"_blank">d3e3e3@gmail.com</a></div></div></div></div>

--0000000000009df27905b3174152--


From nobody Mon Nov  2 03:53:41 2020
Return-Path: <evyncke@cisco.com>
X-Original-To: int-dir@ietfa.amsl.com
Delivered-To: int-dir@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 34A4D3A0E54; Mon,  2 Nov 2020 03:53:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.598
X-Spam-Level: 
X-Spam-Status: No, score=-9.598 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_DEF_DKIM_WL=-7.5] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=cisco.com header.b=hzQoW9R+; dkim=pass (1024-bit key) header.d=cisco.onmicrosoft.com header.b=V5JguDvO
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 zJbbFxTDu8t2; Mon,  2 Nov 2020 03:53:37 -0800 (PST)
Received: from rcdn-iport-5.cisco.com (rcdn-iport-5.cisco.com [173.37.86.76]) (using TLSv1.2 with cipher DHE-RSA-SEED-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D93E63A0E47; Mon,  2 Nov 2020 03:53:35 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=4012; q=dns/txt; s=iport; t=1604318016; x=1605527616; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-id:content-transfer-encoding: mime-version; bh=TTMwbhOTvxQMBDIqIYtyrsgdCyv3DpkNpYpaJRFeNbs=; b=hzQoW9R+ABz+CZTNEbq4oTYAXytn7+bYDRZSdbcn41OWyWnauTsq6/zh ZaE85Pwt9VHj68jN9Hcprj1Yi89ScjMApsXWeHNZt8D8MXwFx92GTuv4s LiyLWQ99EFYjHoCdx6pmCj0hsrn8GnlBd9u+TOoYyogua/WmdNi2PwmR+ 0=;
IronPort-PHdr: =?us-ascii?q?9a23=3ANIaDvh3TKwwLeNyysmDT+zVfbzU7u7jyIg8e44?= =?us-ascii?q?YmjLQLaKm44pD+JxWGuadjkVDUUMPQ7PcXw+bVsqW1X2sG7N7BtX0Za5VDWl?= =?us-ascii?q?cDjtlehA0vBsOJSCiZZP7nZiA3BoJOAVli+XzoP1VaBcu4bFrX8TW+6DcIEU?= =?us-ascii?q?D5Mgx4bu3+Bo/ViZGx0Oa/s53eaglFnnyze7R3eR63tg7W8MIRhNhv?=
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: =?us-ascii?q?A0C6CQDE8Z9f/5hdJa1iHgE8DAILFYM?= =?us-ascii?q?hKSgHcFkvLoQ9g0kDjU+Yf4JTA1QLAQEBDQEBGAsKAgQBAYRKAheBcQIlOBM?= =?us-ascii?q?CAwEBCwEBBQEBAQIBBgRxhWEMhXIBAQEEAQEQEREMAQEsCwELBAIBCA4DAwE?= =?us-ascii?q?CAwImAgICJQsUAQgIAgQBDQUigwQBgksDLgEOoy8CgTuIaHaBMoMEAQEFhS0?= =?us-ascii?q?YghADBoEOKoJyg3GGVxuBQT+BESccgVFQLj6CXQEBhHYzgiyTZKQ+CoJslXe?= =?us-ascii?q?FDwMfoWqTSqA/AgQCBAUCDgEBBYFrI4FXcBU7KgGCPlAXAg2OKgIWgQIBDoI?= =?us-ascii?q?9hRSFRHQ4AgYBCQEBAwl8jUwBAQ?=
X-IronPort-AV: E=Sophos;i="5.77,444,1596499200"; d="scan'208";a="566869338"
Received: from rcdn-core-1.cisco.com ([173.37.93.152]) by rcdn-iport-5.cisco.com with ESMTP/TLS/DHE-RSA-SEED-SHA; 02 Nov 2020 11:53:19 +0000
Received: from XCH-RCD-001.cisco.com (xch-rcd-001.cisco.com [173.37.102.11]) by rcdn-core-1.cisco.com (8.15.2/8.15.2) with ESMTPS id 0A2Br0QS030087 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=FAIL); Mon, 2 Nov 2020 11:53:18 GMT
Received: from xhs-rtp-001.cisco.com (64.101.210.228) by XCH-RCD-001.cisco.com (173.37.102.11) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 2 Nov 2020 05:53:17 -0600
Received: from xhs-rcd-001.cisco.com (173.37.227.246) by xhs-rtp-001.cisco.com (64.101.210.228) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 2 Nov 2020 06:53:17 -0500
Received: from NAM02-SN1-obe.outbound.protection.outlook.com (72.163.14.9) by xhs-rcd-001.cisco.com (173.37.227.246) with Microsoft SMTP Server (TLS) id 15.0.1497.2 via Frontend Transport; Mon, 2 Nov 2020 05:53:17 -0600
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Wpo9lfvqGaC5CafokEvcoldqz8vOlZ4/D3chhVb7F4FJ+5R23QVWfCTSHF/9p4SiCdQK37b1Wq0+yuo5N/SF0iR2YeEpG3Dsvze7zNlWr1rwXY9Bgz/du9Gypx88KmdkmLDzLt+F53XsKLXmAVbvacHg9cdpts/R/Kj3uNPGaXCwyC61cZawd545HA5ui/LjROe7HdO1D5QJhuFHWAWylI76v5XkkwxhePH7rQ92QvokV+SfdehJseOJ2hN4Jwm4L71AXOnlMlp1oZPGXMvR+IeXZvOtmNENVENqRaAJkBzItTz2gDbksmd0orT5dSX73TsT6Qgd3fkR9XIjE/EEaA==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=TTMwbhOTvxQMBDIqIYtyrsgdCyv3DpkNpYpaJRFeNbs=; b=JVcjjdC32IDQgbxC5devzb1lN5x5ZFLfRrwDHJHQvJr7KFT8JRAnb74BgXX4ZkqDyBUoBn30bgqoAOqGOjMB9GBnB4jU4t+n1pIeJJOLTXOdlFXB6GMsFwclhqYq10BPWT/y+r9M8udBVmORmbJrgkCkcRS7TdzErK0OZkTqv43akfqqqKnbHi38nrizWWBxdxYnq8fim1XljSdleE3nazHHocBfJWdJfcICOkLsEp9n0IpPhSxQmT7uCEaaBW6WWBmI3iOgoZIUzAH38mxcbjN3j+0iNbrxqtjmXasBmH2c04fT7yTIWLwPauQ/ibrJtvNHe3jbhIwLZyZchhc08w==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cisco.com; dmarc=pass action=none header.from=cisco.com; dkim=pass header.d=cisco.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cisco.onmicrosoft.com;  s=selector2-cisco-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=TTMwbhOTvxQMBDIqIYtyrsgdCyv3DpkNpYpaJRFeNbs=; b=V5JguDvOA+QF9Icw7i4Bkqqjo6kIxGnz2HwDMpkBfctZPRDRsFRE8QpW/Lk3MlRz24FqIK14MjN9/T/HKOWahYq0UbXE71z3WFdVonZc7sH7rsXiiSzHtwmYILYHsH0lSZ0pPS/KIR9IbXz9ptaeJ3CxOdSUzpyM4zS/uTO57Eo=
Received: from PH0PR11MB4966.namprd11.prod.outlook.com (2603:10b6:510:42::21) by PH0PR11MB5157.namprd11.prod.outlook.com (2603:10b6:510:3d::19) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3499.18; Mon, 2 Nov 2020 11:53:17 +0000
Received: from PH0PR11MB4966.namprd11.prod.outlook.com ([fe80::453b:b2f5:ec29:410d]) by PH0PR11MB4966.namprd11.prod.outlook.com ([fe80::453b:b2f5:ec29:410d%7]) with mapi id 15.20.3499.030; Mon, 2 Nov 2020 11:53:16 +0000
From: "Eric Vyncke (evyncke)" <evyncke@cisco.com>
To: Ted Lemon <mellon@fugue.com>, "int-dir@ietf.org" <int-dir@ietf.org>
CC: "draft-ietf-tls-md5-sha1-deprecate.all@ietf.org" <draft-ietf-tls-md5-sha1-deprecate.all@ietf.org>
Thread-Topic: [Int-dir] Intdir last call review of draft-ietf-tls-md5-sha1-deprecate-04
Thread-Index: AQHWrULudEAxlKcvd02WrRlio7Wxw6m007yA
Date: Mon, 2 Nov 2020 11:53:16 +0000
Message-ID: <1F448510-213F-4CC1-BFAD-9F9980CBF561@cisco.com>
References: <160390057302.19892.7954643072007013939@ietfa.amsl.com>
In-Reply-To: <160390057302.19892.7954643072007013939@ietfa.amsl.com>
Accept-Language: fr-BE, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/16.42.20101102
authentication-results: fugue.com; dkim=none (message not signed) header.d=none;fugue.com; dmarc=none action=none header.from=cisco.com;
x-originating-ip: [2001:420:c0c1:36:9ab:221:239d:17c2]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 5feb3c3d-7b46-494c-60b5-08d87f25e2e3
x-ms-traffictypediagnostic: PH0PR11MB5157:
x-microsoft-antispam-prvs: <PH0PR11MB5157A667A58A396D2247226AA9100@PH0PR11MB5157.namprd11.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:10000;
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam: BCL:0;
x-microsoft-antispam-message-info: r+GSkOvNsXpb8Dt/izIU9ie4OqLR0L1dkGjevs0M7u37MiQaEI/UADoTQd+x5UBDiBANVo/OysZ/uD1VGg5sa2cM36li9UwqXKKgCeVXxmY5FrVCKPiEJ3yfPqT6NG+Cd/4P+6r8UJjC8824KmVk1YxnhO0QJqfKYi2Is/QccroeBSSE3hcP3oMTBr2yGN3xDNuLDyxmNFJsZQMsVrOW3Fcd/Jahxe73uMSK+stQIdSm6X+tDTPE97jxx6L0ce8Lf+Xo6JNW62LIQtq8tYEdROglTgWEGmHe4JDPuMFZPW3yq7cOR++3xKzguKyDI2jaIM5CDTqZpDmfOzz8rfBL6fC8obhYAJ2hG5Zl6ZYAxX6y9PZMCSjAXst3UQA3WoAr6aKThfOkQ4AqxK95pRsG1Q==
x-forefront-antispam-report: CIP:255.255.255.255; CTRY:; LANG:en; SCL:1; SRV:;  IPV:NLI; SFV:NSPM; H:PH0PR11MB4966.namprd11.prod.outlook.com; PTR:; CAT:NONE;  SFS:(376002)(346002)(39860400002)(396003)(366004)(136003)(66446008)(4326008)(64756008)(2616005)(76116006)(83380400001)(5660300002)(91956017)(8676002)(66556008)(66946007)(66476007)(6512007)(966005)(36756003)(8936002)(2906002)(53546011)(6486002)(6506007)(478600001)(186003)(71200400001)(86362001)(110136005)(316002)(33656002); DIR:OUT; SFP:1101; 
x-ms-exchange-antispam-messagedata: CW/QgFdPOnY3teGXSdDUmfWEIxhXRjIYpKRnkH7n5iA/e8HuGqYSUPGp3b4B1ulMzLVNZlK3dX3jLFbBYlP1CjQzmSaXRelecslFyP0QlFFiS/nSdAJzQSF7SRA8a33P4nhZoYuBsdxevoYt2cuwANSXjczuQnFmOLjmttj0KfqERMzN20cbbTuEzYc70nSBDbh5VcuPhjhAAjGdcRTcGYLRBJDyiTC8q+09z/TTvEYD4ge7bRW8aVvCGyCcciccLqzrU5kuyeeQuvguqJkOvhhCoVCEZLsew3XxHQygP5xBh5pzMPqoxsTBmpr1mjBTFVMit5ig8H7YP0PBjWxff+VeTzambOJpJWIwUtML0lw6TDbDwoC/Z4akxAfuI/zLUhRTn9nyIY53TKAozw153hx0GhrQ2yJ6z3k1jiGoQ7JdfYgvJg+2JxVO4S0AGWtPlRO2QiRxZscKJZ/rG5jRbMFvwlCaCcI1VxeTRe26YxLquNt2JccqbkToUY5B9KfmqtfL2Akm6DxYKdC6cTI9qcf9/3a06NTKXM8LruRXcavlr5KOjTNT2td+i/VlQreVHxj+k9ev90mrHdApVFv/9/Oi3UCCzp74rrwGjybb6HAuUwLM563+4b9JIwKzQFMntoei2PHLHJYjL6d00QkzmUIe+4rHnxrSDEKiWRhX8J37gyLTPgeb9YnQvuepErN7BQ0Jo5lOFaTLC/En2gVd/A==
x-ms-exchange-transport-forked: True
Content-Type: text/plain; charset="utf-8"
Content-ID: <8C336D91CC9CA84DBB4549EBC859463B@namprd11.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-MS-Exchange-CrossTenant-AuthAs: Internal
X-MS-Exchange-CrossTenant-AuthSource: PH0PR11MB4966.namprd11.prod.outlook.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 5feb3c3d-7b46-494c-60b5-08d87f25e2e3
X-MS-Exchange-CrossTenant-originalarrivaltime: 02 Nov 2020 11:53:16.8541 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 5ae1af62-9505-4097-a69a-c1553ef7840e
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: 1YpHL9mfHedoW5eNHIuFf3iMSt6H71ezJlLCUQhHocTXbGmwbs8CSYm+Su/BsSvX4YQh6gQqaV7CXIVV/WW/3Q==
X-MS-Exchange-Transport-CrossTenantHeadersStamped: PH0PR11MB5157
X-OriginatorOrg: cisco.com
X-Outbound-SMTP-Client: 173.37.102.11, xch-rcd-001.cisco.com
X-Outbound-Node: rcdn-core-1.cisco.com
Archived-At: <https://mailarchive.ietf.org/arch/msg/int-dir/4vXRlkbPr2kH8loRNozIXKjqZUA>
Subject: Re: [Int-dir] Intdir last call review of draft-ietf-tls-md5-sha1-deprecate-04
X-BeenThere: int-dir@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "This list is for discussion between the members of the Internet Area directorate." <int-dir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/int-dir>, <mailto:int-dir-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/int-dir/>
List-Post: <mailto:int-dir@ietf.org>
List-Help: <mailto:int-dir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/int-dir>, <mailto:int-dir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 02 Nov 2020 11:53:39 -0000

Wy1sYXN0LWNhbGwgLXRsc10NCg0KVGhhbmsgeW91IFRlZCBmb3IgdGhpcyBMYXN0IENhbGwgcmV2
aWV3DQoNCi3DqXJpYw0KDQrvu78tLS0tLU9yaWdpbmFsIE1lc3NhZ2UtLS0tLQ0KRnJvbTogSW50
LWRpciA8aW50LWRpci1ib3VuY2VzQGlldGYub3JnPiBvbiBiZWhhbGYgb2YgVGVkIExlbW9uIHZp
YSBEYXRhdHJhY2tlciA8bm9yZXBseUBpZXRmLm9yZz4NClJlcGx5LVRvOiBUZWQgTGVtb24gPG1l
bGxvbkBmdWd1ZS5jb20+DQpEYXRlOiBXZWRuZXNkYXksIDI4IE9jdG9iZXIgMjAyMCBhdCAxNjo1
Ng0KVG86ICJpbnQtZGlyQGlldGYub3JnIiA8aW50LWRpckBpZXRmLm9yZz4NCkNjOiAibGFzdC1j
YWxsQGlldGYub3JnIiA8bGFzdC1jYWxsQGlldGYub3JnPiwgImRyYWZ0LWlldGYtdGxzLW1kNS1z
aGExLWRlcHJlY2F0ZS5hbGxAaWV0Zi5vcmciIDxkcmFmdC1pZXRmLXRscy1tZDUtc2hhMS1kZXBy
ZWNhdGUuYWxsQGlldGYub3JnPiwgInRsc0BpZXRmLm9yZyIgPHRsc0BpZXRmLm9yZz4NClN1Ympl
Y3Q6IFtJbnQtZGlyXSBJbnRkaXIgbGFzdCBjYWxsIHJldmlldyBvZiBkcmFmdC1pZXRmLXRscy1t
ZDUtc2hhMS1kZXByZWNhdGUtMDQNCg0KICAgIFJldmlld2VyOiBUZWQgTGVtb24NCiAgICBSZXZp
ZXcgcmVzdWx0OiBSZWFkeSB3aXRoIE5pdHMNCg0KICAgIFRoaXMgZG9jdW1lbnQgaXMgcmVhZHkg
Zm9yIHB1YmxpY2F0aW9uLCB3aXRoIG9uZSBtaW5vciBuaXQsIHdoaWNoIGlzIGluY2x1ZGVkDQog
ICAgYXQgdGhlIGVuZC4NCg0KICAgIMOJcmljIGFkZGl0aW9uYWxseSBtYWRlIHRoZSBmb2xsb3dp
bmcgcmVxdWVzdDoNCiAgICAgIEFzIHRob3NlIGhhc2ggYWxnb3JpdGhtcyB3ZXJlICdjaGVhcCcg
Zm9yIFRMUywgSSB3b3VsZCBhcHByZWNpYXRlIGEgcmV2aWV3IG9mDQogICAgICB0aGUgaW1wYWN0
IGlmIHRob3NlIGFsZ29yaXRobXMgYXJlIGRlcHJlY2F0ZWQgaW4gVExTIDEuMi4NCg0KICAgIEkg
YW0gbm90IGluIGEgcG9zaXRpb24gdG8gZG8gYW55IHByYWN0aWNhbCB0ZXN0cywgYnV0IEkgd2ls
bCBwb2ludCBvdXQgc2V2ZXJhbA0KICAgIHRoaW5ncy4gRmlyc3QsIGRlcHJlY2F0aW5nIE1ENSBp
cyBub3QgZ29pbmcgdG8gY2F1c2UgYSBwZXJmb3JtYW5jZSBwcm9ibGVtDQogICAgYmVjYXVzZSBp
dCdzIHNsb3dlciB0aGFuIFNIQTEsIHNvIHdlIHJlYWxseSBvbmx5IG5lZWQgdG8gd29ycnkgYWJv
dXQgd2hldGhlcg0KICAgIGRlcHJlY2F0aW5nIFNIQTEgd2lsbCBjYXVzZSBhIHByb2JsZW0uIFRo
aXMgZG9jdW1lbnQgb25seSBkZXByZWNhdGVzIFNIQTEgZm9yDQogICAgdXNlIGluIGRpZ2l0YWwg
c2lnbmF0dXJlcy4gSXQgImRvZXMgbm90IGRlcHJlY2F0ZSBTSEEtMSBpbiBITUFDIGZvciByZWNv
cmQNCiAgICBwcm90ZWN0aW9uLiIgR2l2ZW4gdGhlIHdheSBUTFMgdXNlcyBkaWdpdGFsIHNpZ25h
dHVyZXMsIHRoaXMgc2hvdWxkIG5vdCBiZSBhDQogICAgc2VyaW91cyBjb25jZXJuLiBBdCB3b3Jz
dCBjYXNlLCBTSEEyNTYgaXMgYWJvdXQgMjQlIHNsb3dlciB0aGFuIFNIQTEuIEJlc3QgY2FzZQ0K
ICAgIChzaG9ydGVyIHRleHQpIGl0IGlzIGxlc3MgdGhhbiAxNiUgc2xvd2VyLiBJdCdzIHJlYXNv
bmFibGUgdG8gZXhwZWN0IHRoYXQgaW4NCiAgICBjb21tb24gdXNlIGluIFRMUywgdGhlIHRleHRz
IGJlaW5nIGRpZ2VzdGVkIHdpbGwgYmUgc2hvcnRlciwgbm90IGxvbmdlci4NCiAgICBGdXJ0aGVy
LCB0aGUgYnVsayBvZiB0aGUgY29tcHV0YXRpb25hbCBidXJkZW4gb2YgVExTIGlzIG5vdCBpbiB0
aGUgZ2VuZXJhdGlvbg0KICAgIG9mIGRpZ2VzdHMgZm9yIGRpZ2l0YWwgc2lnbmF0dXJlcy4gVGhl
cmVmb3JlIGl0IHNlZW1zIHJlYXNvbmFibGUgdG8gZXhwZWN0IHRoYXQNCiAgICB0aGUgcGVyZm9y
bWFuY2UgaW1wYWN0IG9mIHRoaXMgY2hhbmdlIGlzIHZhc3RseSBvdmVyc2hhZG93ZWQgYnkgb25l
IG9mIHRoZSB2ZXJ5DQogICAgZmFjdG9ycyB0aGF0IG1vdGl2YXRlcyBpdDogdGhlIGluY3JlYXNl
ZCBzcGVlZCBvZiBoYXNoIGNvbXB1dGF0aW9uIG92ZXIgdGltZS4gDQogICAgRXZlbiBhc3N1bWlu
ZyBjb25zdGFudCBzcGVlZCBsZWdhY3kgaGFyZHdhcmUsIHRoZSBwZXJmb3JtYW5jZSBpbXBhY3Qg
aXMgbm90DQogICAgc3VmZmljaWVudCB0byBjYXVzZSBjb25jZXJuIHdoZW4gY29uc2lkZXJpbmcg
aXQgYXMgcGFydCBvZiB0aGUgdG90YWwgc3lzdGVtDQogICAgdGhhdCB3b3VsZCBiZSB1c2luZyBU
TFMgMS4yLg0KDQogICAgTml0Og0KDQogICAgSW4gdGhlIGFic3RyYWN0Og0KICAgICAgIFRoZSBN
RDUgYW5kIFNIQS0xIGhhc2hpbmcgYWxnb3JpdGhtcyBhcmUgc3RlYWRpbHkgd2Vha2VuaW5nIGlu
DQogICAgICAgc3RyZW5ndGggYW5kIHRoZWlyIGRlcHJlY2F0aW9uIHByb2Nlc3Mgc2hvdWxkIGJl
Z2luIGZvciB0aGVpciB1c2UgaW4NCiAgICAgICBUTFMgMS4yIGRpZ2l0YWwgc2lnbmF0dXJlcy4N
Cg0KICAgIFRlY2huaWNhbGx5LCB0aGUgc3RyZW5ndGggb2YgdGhlc2UgYWxnb3JpdGhtcyBoYXNu
J3QgY2hhbmdlZC4gV2hhdCdzIGNoYW5nZWQgaXMNCiAgICB0aGF0IHRoZWlyIHN0cmVuZ3RoIGlz
IG5vIGxvbmdlciBzdWZmaWNpZW50IHRvIHByZXZlbnQgcmVhbGlzdGljIGF0dGFja3MuIFNvIGl0
DQogICAgbWlnaHQgYmUgYmV0dGVyIHRvIHNheSBzb21ldGhpbmcgbGlrZSAiVGhlIHZ1bG5lcmFi
aWxpdHkgb2YgTUQ1IGFuZCBTSEEtMQ0KICAgIGFsZ29yaXRobXMgdG8gcHJhY3RpY2FsIGF0dGFj
a3MgaXMgc3RlYWRseSBpbmNyZWFzaW5nIGFuZCAuLi4iDQoNCg0KDQogICAgX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18NCiAgICBJbnQtZGlyIG1haWxpbmcg
bGlzdA0KICAgIEludC1kaXJAaWV0Zi5vcmcNCiAgICBodHRwczovL3d3dy5pZXRmLm9yZy9tYWls
bWFuL2xpc3RpbmZvL2ludC1kaXINCg0K


From nobody Wed Nov  4 06:33:38 2020
Return-Path: <c@tix.at>
X-Original-To: int-dir@ietfa.amsl.com
Delivered-To: int-dir@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2B8E73A0AC1; Wed,  4 Nov 2020 06:33:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.098
X-Spam-Level: 
X-Spam-Status: No, score=-2.098 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_BLOCKED=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 (2048-bit key) header.d=tix.at
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 u5TIDaWwoXki; Wed,  4 Nov 2020 06:33:31 -0800 (PST)
Received: from mail.fbsd.host (mail.fbsd.host [IPv6:2001:858:58::22]) (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 70F883A12AE; Wed,  4 Nov 2020 06:33:18 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tix.at; s=rev1; h=References:To:Cc:In-Reply-To:Date:Subject:Mime-Version:Content-Type :Message-Id:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=hge5G5zaeHydCB9MNUlpnrlJNVCPu/Ll9BRjaUurcKA=; b=AgA7KLtoucRJ1yPVTnsdvMN6gc 2oZLZrudyYfVBcDQOndDzR28wjasw8thtdUXFiUP8cLg0FLk7L8Nm4TAMmYvHlVDaFFVqhvvQa4my DNT/rwynD9a0A5WZz3yYjiJbOW+5N+Kv+hdZ/AvO5V8d0jAeGy5Yy7cVOSTAB0CYaKbrnwSQ7fXvF OeGoIO+GyCO5UxanTeU1uFifg84Q/IRzLWs7uHCNdez4D6gffl3kQ4P8+LfpyJ5PRDFoALUBab2rp DcEnfyY0aLfHXpFzeGsoTrl3ApXYvlNobqJJFHS3qoexuv6FdOsPs5ajy70YiWOaHGL1kOHO+T/9d l1nnE5uQ==;
Received: from 80-110-113-91.cgn.dynamic.surfer.at ([80.110.113.91] helo=[192.168.64.148]) by mail.fbsd.host with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from <c@tix.at>) id 1kaJqc-000EgI-Gu; Wed, 04 Nov 2020 15:33:16 +0100
From: Christoph Loibl <c@tix.at>
Message-Id: <0B4B729D-C829-4C38-91AB-2A30557A0A6E@tix.at>
Content-Type: multipart/mixed; boundary="Apple-Mail=_320F7652-BFA8-44F7-88FE-30AA5F60F338"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.4\))
Date: Wed, 4 Nov 2020 15:33:11 +0100
In-Reply-To: <CAF4+nEHeLtREQwaBt0jfpGS9AFAxjvsjDDU9TRJGWXEFTtpDgg@mail.gmail.com>
Cc: int-dir@ietf.org, "Eric Vyncke (evyncke)" <evyncke@cisco.com>, last-call@ietf.org, draft-ietf-idr-flow-spec-v6.all@ietf.org
To: Donald Eastlake <d3e3e3@gmail.com>
References: <160383583753.1693.10113897796672615402@ietfa.amsl.com> <CAF4+nEHeLtREQwaBt0jfpGS9AFAxjvsjDDU9TRJGWXEFTtpDgg@mail.gmail.com>
X-Mailer: Apple Mail (2.3608.120.23.2.4)
X-Scanned-By: primary on mail.fbsd.host (78.142.178.22); Wed, 04 Nov 2020 15:33:14 +0100
Archived-At: <https://mailarchive.ietf.org/arch/msg/int-dir/7D5GWNTZXVVAmrgKEGhrj4kmDUI>
Subject: Re: [Int-dir] [BULK] Intdir telechat review of draft-ietf-idr-flow-spec-v6
X-BeenThere: int-dir@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "This list is for discussion between the members of the Internet Area directorate." <int-dir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/int-dir>, <mailto:int-dir-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/int-dir/>
List-Post: <mailto:int-dir@ietf.org>
List-Help: <mailto:int-dir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/int-dir>, <mailto:int-dir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Nov 2020 14:33:36 -0000

--Apple-Mail=_320F7652-BFA8-44F7-88FE-30AA5F60F338
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

Hi Donald,

Thank you for your review and comments. See my comments inline. I also =
attached a updated document that contains changes resulting from your =
comments.

Since the draft submission is closed now I will ask Alvaro to publish =
the changed document today.

Cheers Christoph


> Section 4: Does the IETF allow direct references into github in the
> main body of a standards track RFC? Looks like all the comparison code
> is in the Appendix. Can the github reference at least be moved to the
> Appendix?
>=20
> Section 11.2: As far as I know, there are only normative and
> informational references, not "URIs" references.

This is exactly the same as in rfc5575bis which has been edited by =
rfc-editors, I think we can leave this for rfc-editors. I see they =
somehow removed this reference.

>=20
> ## Editorial
> Section 1, 1st sentence: "to be also capable of supporting" -> "to
> also support"

Edited as suggested.

>=20
> Section 1, 2nd sentence:
> OLD
> This document analyzes the differences of IPv6 [RFC8200] flows
> description from those of traditional IPv4 packets and propose a
> subset of new Border Gateway Protocol [RFC4271] encoding formats to
> enable Dissemination of Flow Specification Rules
> [I-D.ietf-idr-rfc5575bis] for IPv6.

> NEW
> This document analyzes the differences between describing IPv6
> [RFC8200] flows and those of traditional IPv4 packets. It specifies
> new Border Gateway Protocol [RFC4271] encoding formats to enable
> Dissemination of Flow Specification Rules [I-D.ietf-idr-rfc5575bis]
> for IPv6.
>=20

Also edited as suggested.

> There are some other minor editorial things like plural/singular
> forms but I assume the RFC Editor will fix those.

Thanks for the comments.


--Apple-Mail=_320F7652-BFA8-44F7-88FE-30AA5F60F338
Content-Disposition: attachment; filename="draft-ietf-idr-flow-spec-v6 (5).txt"
Content-Type: text/plain; x-unix-mode=0644;
 name="draft-ietf-idr-flow-spec-v6 (5).txt"
Content-Transfer-Encoding: quoted-printable





IDR Working Group                                          C. Loibl, Ed.
Internet-Draft                                   next layer Telekom GmbH
Updates: I-D.ietf-idr-rfc5575bis (if                      R. Raszuk, Ed.
         approved)                                          Bloomberg LP
Intended status: Standards Track                           S. Hares, Ed.
Expires: May 8, 2021                                              Huawei
                                                        November 4, 2020


           Dissemination of Flow Specification Rules for IPv6
                     draft-ietf-idr-flow-spec-v6-20

Abstract

   Dissemination of Flow Specification Rules I-D.ietf-idr-rfc5575bis
   provides a Border Gateway Protocol extension for the propagation of
   traffic flow information for the purpose of rate limiting or
   filtering IPv4 protocol data packets.

   This document extends I-D.ietf-idr-rfc5575bis with IPv6
   functionality.  It also updates I-D.ietf-idr-rfc5575bis by changing
   the IANA Flow Spec Component Types registry.

Status of This Memo

   This Internet-Draft is submitted in full conformance with the
   provisions of BCP 78 and BCP 79.

   Internet-Drafts are working documents of the Internet Engineering
   Task Force (IETF).  Note that other groups may also distribute
   working documents as Internet-Drafts.  The list of current Internet-
   Drafts is at https://datatracker.ietf.org/drafts/current/.

   Internet-Drafts are draft documents valid for a maximum of six months
   and may be updated, replaced, or obsoleted by other documents at any
   time.  It is inappropriate to use Internet-Drafts as reference
   material or to cite them other than as "work in progress."

   This Internet-Draft will expire on May 8, 2021.

Copyright Notice

   Copyright (c) 2020 IETF Trust and the persons identified as the
   document authors.  All rights reserved.

   This document is subject to BCP 78 and the IETF Trust's Legal
   Provisions Relating to IETF Documents
   (https://trustee.ietf.org/license-info) in effect on the date of



Loibl, et al.              Expires May 8, 2021                  [Page 1]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


   publication of this document.  Please review these documents
   carefully, as they describe your rights and restrictions with respect
   to this document.  Code Components extracted from this document must
   include Simplified BSD License text as described in Section 4.e of
   the Trust Legal Provisions and are provided without warranty as
   described in the Simplified BSD License.

Table of Contents

   1.  Introduction  . . . . . . . . . . . . . . . . . . . . . . . .   2
     1.1.  Definitions of Terms Used in This Memo  . . . . . . . . .   3
   2.  IPv6 Flow Specification encoding in BGP . . . . . . . . . . .   3
   3.  IPv6 Flow Specification components  . . . . . . . . . . . . .   3
     3.1.  Type 1 - Destination IPv6 Prefix  . . . . . . . . . . . .   4
     3.2.  Type 2 - Source IPv6 Prefix . . . . . . . . . . . . . . .   4
     3.3.  Type 3 - Upper-Layer Protocol . . . . . . . . . . . . . .   5
     3.4.  Type 7 - ICMPv6 Type  . . . . . . . . . . . . . . . . . .   5
     3.5.  Type 8 - ICMPv6 Code  . . . . . . . . . . . . . . . . . .   5
     3.6.  Type 12 - Fragment  . . . . . . . . . . . . . . . . . . .   6
     3.7.  Type 13 - Flow Label (new)  . . . . . . . . . . . . . . .   6
     3.8.  Encoding Example  . . . . . . . . . . . . . . . . . . . .   7
   4.  Ordering of Flow Specifications . . . . . . . . . . . . . . .   9
   5.  Validation Procedure  . . . . . . . . . . . . . . . . . . . .   9
   6.  IPv6 Traffic Filtering Action changes . . . . . . . . . . . .   9
     6.1.  Redirect IPv6 (rt-redirect-ipv6) Type/Sub-Type 0x80/TBD .   9
   7.  Security Considerations . . . . . . . . . . . . . . . . . . .  10
   8.  IANA Considerations . . . . . . . . . . . . . . . . . . . . .  10
     8.1.  Flow Spec IPv6 Component Types  . . . . . . . . . . . . .  10
       8.1.1.  Registry Template . . . . . . . . . . . . . . . . . .  10
       8.1.2.  Registry Contents . . . . . . . . . . . . . . . . . .  11
     8.2.  Extended Community Flow Spec IPv6 Actions . . . . . . . .  13
   9.  Acknowledgements  . . . . . . . . . . . . . . . . . . . . . .  13
   10. Contributors  . . . . . . . . . . . . . . . . . . . . . . . .  13
   11. References  . . . . . . . . . . . . . . . . . . . . . . . . .  14
     11.1.  Normative References . . . . . . . . . . . . . . . . . .  14
     11.2.  URIs . . . . . . . . . . . . . . . . . . . . . . . . . .  15
   Appendix A.  Example python code: flow_rule_cmp_v6  . . . . . . .  15
   Authors' Addresses  . . . . . . . . . . . . . . . . . . . . . . .  18

1.  Introduction

   The growing amount of IPv6 traffic in private and public networks
   requires the extension of tools used in IPv4-only networks to also
   support IPv6 data packets.

   This document analyzes the differences between describing IPv6
   [RFC8200] flows and those of IPv4 packets.  It specifies new Border




Loibl, et al.              Expires May 8, 2021                  [Page 2]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


   Gateway Protocol [RFC4271] encoding formats to enable Dissemination
   of Flow Specification Rules [I-D.ietf-idr-rfc5575bis] for IPv6.

   This specification is an extension of the base
   [I-D.ietf-idr-rfc5575bis].  It only defines the delta changes
   required to support IPv6 while all other definitions and operation
   mechanisms of Dissemination of Flow Specification Rules will remain
   in the main specification and will not be repeated here.

1.1.  Definitions of Terms Used in This Memo

   AFI -   Address Family Identifier.

   AS -   Autonomous System.

   NLRI -   Network Layer Reachability Information.

   SAFI -   Subsequent Address Family Identifier.

   VRF -   Virtual Routing and Forwarding instance.

   The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
   "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
   "OPTIONAL" in this document are to be interpreted as described in BCP
   14 [RFC2119] [RFC8174] when, and only when, they appear in all
   capitals, as shown here.

2.  IPv6 Flow Specification encoding in BGP

   [I-D.ietf-idr-rfc5575bis] defines SAFIs 133 (Dissemination of Flow
   Specification) and 134 (L3VPN Dissemination of Flow Specification) in
   order to carry the corresponding Flow Specification.

   Implementations wishing to exchange IPv6 Flow Specifications MUST use
   BGP's Capability Advertisement facility to exchange the Multiprotocol
   Extension Capability Code (Code 1) as defined in [RFC4760].  The
   (AFI, SAFI) pair carried in the Multiprotocol Extension Capability
   MUST be: (AFI=3D2, SAFI=3D133) for IPv6 Flow Specification, and =
(AFI=3D2,
   SAFI=3D134) for VPNv6 Flow Specification.

3.  IPv6 Flow Specification components

   The encoding of each of the components begins with a type field (1
   octet) followed by a variable length parameter.  The following
   sections define component types and parameter encodings for IPv6.

   Types 4, 5, 6, 9, 10 and 11, as defined in [I-D.ietf-idr-rfc5575bis],
   also apply to IPv6.  Note that IANA is requested to update the "Flow



Loibl, et al.              Expires May 8, 2021                  [Page 3]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


   Spec Component Types" registry in order to contain both IPv4 and IPv6
   Flow Specification component type numbers in a single registry
   (Section 8).

3.1.  Type 1 - Destination IPv6 Prefix

   Encoding: <type (1 octet), length (1 octet), offset (1 octet),
   pattern (variable), padding(variable) >

   Defines the destination prefix to match.  The offset has been defined
   to allow for flexible matching to portions of an IPv6 address where
   one is required to skip over the first N bits of the address (these
   bits skipped are often indicated as "don't care" bits).  This can be
   especially useful where part of the IPv6 address consists of an
   embedded IPv4 address and matching needs to happen only on the
   embedded IPv4 address.  The encoded pattern contains enough octets
   for the bits used in matching (length minus offset bits).

   length -  The length field indicates the N-th most significant bit in
      the address where bitwise pattern matching stops.

   offset -  The offset field indicates the number of most significant
      address bits to skip before bitwise pattern matching starts.

   pattern -  Contains the matching pattern.  The length of the pattern
      is defined by the number of bits needed for pattern matching
      (length minus offset).

   padding -  The minimum number of bits required to pad the component
      to an octet boundary.  Padding bits MUST be 0 on encoding and MUST
      be ignored on decoding.

   length =3D offset =3D 0 matches every address, otherwise length MUST =
be
   in the range offset < length < 129 or the component is malformed.

   Note: This Flow Specification component can be represented by the
   notation ipv6address/length if offset is 0, or ipv6address/offset-
   length.  The ipv6address in this notation is the textual IPv6
   representation of the pattern shifted to the right by the number of
   offset bits.  See also Section 3.8.

3.2.  Type 2 - Source IPv6 Prefix

   Encoding: <type (1 octet), length (1 octet), offset (1 octet),
   pattern (variable), padding(variable) >

   Defines the source prefix to match.  The length, offset, pattern and
   padding are the same as in Section 3.1



Loibl, et al.              Expires May 8, 2021                  [Page 4]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


3.3.  Type 3 - Upper-Layer Protocol

   Encoding: <type (1 octet), [numeric_op, value]+>

   Contains a list of {numeric_op, value} pairs that are used to match
   the first Next Header value octet in IPv6 packets that is not an
   extension header and thus indicates that the next item in the packet
   is the corresponding upper-layer header (see [RFC8200] Section 4).

   This component uses the Numeric Operator (numeric_op) described in
   [I-D.ietf-idr-rfc5575bis] Section 4.2.1.1.  Type 3 component values
   SHOULD be encoded as single octet (numeric_op len=3D00).

   Note: While IPv6 allows for more than one Next Header field in the
   packet, the main goal of the Type 3 Flow Specification component is
   to match on the first upper-layer IP protocol value.  Therefore the
   definition is limited to match only on this specific Next Header
   field in the packet.

3.4.  Type 7 - ICMPv6 Type

   Encoding: <type (1 octet), [numeric_op, value]+>

   Defines a list of {numeric_op, value} pairs used to match the type
   field of an ICMPv6 packet (see also [RFC4443] Section 2.1).

   This component uses the Numeric Operator (numeric_op) described in
   [I-D.ietf-idr-rfc5575bis] Section 4.2.1.1.  Type 7 component values
   SHOULD be encoded as single octet (numeric_op len=3D00).

   In case of the presence of the ICMPv6 Type component only ICMPv6
   packets can match the entire Flow Specification.  The ICMPv6 Type
   component, if present, never matches when the packet's upper-layer IP
   protocol value is not 58 (ICMPv6), if the packet is fragmented and
   this is not the first fragment, or if the system is unable to locate
   the transport header.  Different implementations may or may not be
   able to decode the transport header.

3.5.  Type 8 - ICMPv6 Code

   Encoding: <type (1 octet), [numeric_op, value]+>

   Defines a list of {numeric_op, value} pairs used to match the code
   field of an ICMPv6 packet (see also [RFC4443] Section 2.1).

   This component uses the Numeric Operator (numeric_op) described in
   [I-D.ietf-idr-rfc5575bis] Section 4.2.1.1.  Type 8 component values
   SHOULD be encoded as single octet (numeric_op len=3D00).



Loibl, et al.              Expires May 8, 2021                  [Page 5]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


   In case of the presence of the ICMPv6 Code component only ICMPv6
   packets can match the entire Flow Specification.  The ICMPv6 code
   component, if present, never matches when the packet's upper-layer IP
   protocol value is not 58 (ICMPv6), if the packet is fragmented and
   this is not the first fragment, or if the system is unable to locate
   the transport header.  Different implementations may or may not be
   able to decode the transport header.

3.6.  Type 12 - Fragment

   Encoding: <type (1 octet), [bitmask_op, bitmask]+>

   Defines a list of {bitmask_op, bitmask} pairs used to match specific
   IP fragments.

   This component uses the Bitmask Operator (bitmask_op) described in
   [I-D.ietf-idr-rfc5575bis] Section 4.2.1.2.  The Type 12 component
   bitmask MUST be encoded as single octet bitmask (bitmask_op len=3D00).

                      0   1   2   3   4   5   6   7
                    +---+---+---+---+---+---+---+---+
                    | 0 | 0 | 0 | 0 |LF |FF |IsF| 0 |
                    +---+---+---+---+---+---+---+---+

                    Figure 1: Fragment Bitmask Operand

   Bitmask values:

   IsF -  Is a fragment other than the first - match if IPv6 Fragment
      Header ([RFC8200] Section 4.5) Fragment Offset is not 0

   FF -  First fragment - match if IPv6 Fragment Header ([RFC8200]
      Section 4.5) Fragment Offset is 0 AND M flag is 1

   LF -  Last fragment - match if IPv6 Fragment Header ([RFC8200]
      Section 4.5) Fragment Offset is not 0 AND M flag is 0

   0 -  MUST be set to 0 on NLRI encoding, and MUST be ignored during
      decoding

3.7.  Type 13 - Flow Label (new)

   Encoding: <type (1 octet), [numeric_op, value]+>

   Contains a list of {numeric_op, value} pairs that are used to match
   the 20-bit Flow Label IPv6 header field ([RFC8200] Section 3).





Loibl, et al.              Expires May 8, 2021                  [Page 6]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


   This component uses the Numeric Operator (numeric_op) described in
   [I-D.ietf-idr-rfc5575bis] Section 4.2.1.1.  Type 13 component values
   SHOULD be encoded as 1-, 2-, or 4-byte quantities (numeric_op len=3D00,=

   len=3D01 or len=3D10).

3.8.  Encoding Example

3.8.1.  Example 1

   The following example demonstrates the prefix encoding for: "packets
   from ::1234:5678:9A00:0/64-104 to 2001:DB8::/32 and upper-layer-
   protocol tcp".

  +--------+----------------------+-------------------------+----------+
  | length | destination          | source                  | ul-proto |
  +--------+----------------------+-------------------------+----------+
  | 0x12   | 01 20 00 20 01 0D B8 | 02 68 40 12 34 56 78 9A | 03 81 06 |
  +--------+----------------------+-------------------------+----------+

   Decoded:

       +-------+------------+-------------------------------+
       | Value |            |                               |
       +-------+------------+-------------------------------+
       |  0x12 | length     | 18 octets (len<240 1-octet)   |
       |  0x01 | type       | Type 1 - Dest. IPv6 Prefix    |
       |  0x20 | length     | 32 bit                        |
       |  0x00 | offset     | 0 bit                         |
       |  0x20 | pattern    |                               |
       |  0x01 | pattern    |                               |
       |  0x0D | pattern    |                               |
       |  0xB8 | pattern    | (no padding needed)           |
       |  0x02 | type       | Type 2 - Source IPv6 Prefix   |
       |  0x68 | length     | 104 bit                       |
       |  0x40 | offset     | 64 bit                        |
       |  0x12 | pattern    |                               |
       |  0x34 | pattern    |                               |
       |  0x56 | pattern    |                               |
       |  0x78 | pattern    |                               |
       |  0x9A | pattern    | (no padding needed)           |
       |  0x03 | type       | Type 3 - upper-layer-proto    |
       |  0x81 | numeric_op | end-of-list, value size=3D1, =3D=3D |
       |  0x06 | value      | 06                            |
       +-------+------------+-------------------------------+

   This constitutes a NLRI with a NLRI length of 18 octets.





Loibl, et al.              Expires May 8, 2021                  [Page 7]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


   Padding is not needed either for the destination prefix pattern
   (length - offset =3D 32 bit) or for the source prefix pattern (length =
-
   offset =3D 40 bit), as both patterns end on an octet boundary.

3.8.2.  Example 2

   The following example demonstrates the prefix encoding for: "all
   packets from ::1234:5678:9A00:0/65-104 to 2001:DB8::/32".

      +--------+----------------------+-------------------------+
      | length | destination          | source                  |
      +--------+----------------------+-------------------------+
      | 0x0f   | 01 20 00 20 01 0D B8 | 02 68 41 24 68 ac f1 34 |
      +--------+----------------------+-------------------------+

   Decoded:

       +-------+-------------+-------------------------------+
       | Value |             |                               |
       +-------+-------------+-------------------------------+
       |  0x0f | length      | 15 octets (len<240 1-octet)   |
       |  0x01 | type        | Type 1 - Dest. IPv6 Prefix    |
       |  0x20 | length      | 32 bit                        |
       |  0x00 | offset      | 0 bit                         |
       |  0x20 | pattern     |                               |
       |  0x01 | pattern     |                               |
       |  0x0D | pattern     |                               |
       |  0xB8 | pattern     | (no padding needed)           |
       |  0x02 | type        | Type 2 - Source IPv6 Prefix   |
       |  0x68 | length      | 104 bit                       |
       |  0x41 | offset      | 65 bit                        |
       |  0x24 | pattern     |                               |
       |  0x68 | pattern     |                               |
       |  0xac | pattern     |                               |
       |  0xf1 | pattern     |                               |
       |  0x34 | pattern/pad | (contains 1 bit padding)      |
       +-------+-------------+-------------------------------+

   This constitutes a NLRI with a NLRI length of 15 octets.

   The source prefix pattern is 104 - 65 =3D 39 bits in length.  After =
the
   pattern one bit of padding needs to be added so that the component
   ends on a octet boundary.  However, only the first 39 bits are
   actually used for bitwise pattern matching starting with a 65 bit
   offset from the topmost bit of the address.






Loibl, et al.              Expires May 8, 2021                  [Page 8]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


4.  Ordering of Flow Specifications

   The definition for the order of traffic filtering rules from
   [I-D.ietf-idr-rfc5575bis] Section 5.1 is reused with new
   consideration for the IPv6 prefix offset.  As long as the offsets are
   equal, the comparison is the same, retaining longest-prefix-match
   semantics.  If the offsets are not equal, the lowest offset has
   precedence, as this flow matches the most significant bit.

   The code in Appendix A shows a Python3 implementation of the
   resulting comparison algorithm.  The full code was tested with Python
   3.7.2 and can be obtained at https://github.com/stoffi92/draft-ietf-
   idr-flow-spec-v6/tree/master/flowspec-cmp [1].

5.  Validation Procedure

   The validation procedure is the same as specified in
   [I-D.ietf-idr-rfc5575bis] Section 6 with the exception that item a)
   of the validation procedure should now read as follows:

      a) A destination prefix component with offset=3D0 is embedded in =
the
      Flow Specification

6.  IPv6 Traffic Filtering Action changes

   Traffic Filtering Actions from [I-D.ietf-idr-rfc5575bis] Section 7
   can also be applied to IPv6 Flow Specifications.  To allow an IPv6
   address specific route-target, a new Traffic Filtering Action IPv6
   address specific extended community is specified in Section 6.1
   below.

6.1.  Redirect IPv6 (rt-redirect-ipv6) Type/Sub-Type 0x80/TBD

   The redirect IPv6 address specific extended community allows the
   traffic to be redirected to a VRF routing instance that lists the
   specified IPv6 address specific route-target in its import policy.
   If several local instances match this criteria, the choice between
   them is a local matter (for example, the instance with the lowest
   Route Distinguisher value can be elected).

   This extended community uses the same encoding as the IPv6 address
   specific Route Target extended community [RFC5701] Section 2 with the
   high-order octet of the Type always set to 0x80 and the Sub-Type
   always TBD.

   The Local Administrator sub-field contains a number from a numbering
   space that is administered by the organization to which the IP




Loibl, et al.              Expires May 8, 2021                  [Page 9]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


   address carried in the Global Administrator sub-field has been
   assigned by an appropriate authority.

   Interferes with: All BGP Flow Specification redirect Traffic
   Filtering Actions (with itself and those specified in
   [I-D.ietf-idr-rfc5575bis] Section 7.4).

7.  Security Considerations

   This document extends the functionality in [I-D.ietf-idr-rfc5575bis]
   to be applicable to IPv6 data packets.  The same Security
   Considerations from [I-D.ietf-idr-rfc5575bis] now also apply to IPv6
   networks.  Otherwise, no new security issues are added to the BGP
   protocol.

8.  IANA Considerations

   This section complies with [RFC7153].

8.1.  Flow Spec IPv6 Component Types

   IANA has created and maintains a registry entitled "Flow Spec
   Component Types".  IANA is requested to add [this document] to the
   reference for this registry.  Furthermore the registry should be
   rewritten to also contain the IPv6 Flow Specification Component Types
   as described below.  The registration procedure should remain
   unchanged.

8.1.1.  Registry Template

   Type Value:
         Contains the assigned Flow Specification component type value.

   IPv4 Name:
         Contains the associated IPv4 Flow Specification component name
         as specified in [I-D.ietf-idr-rfc5575bis].

   IPv6 Name:
         Contains the associated IPv6 Flow Specification component name
         as specified in this document.

   Reference:
         Contains referenced to the specifications.








Loibl, et al.              Expires May 8, 2021                 [Page 10]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


8.1.2.  Registry Contents

      + Type Value: 0
      + IPv4 Name: Reserved
      + IPv6 Name: Reserved
      + Reference: [I-D.ietf-idr-rfc5575bis] [this document]


      + Type Value: 1
      + IPv4 Name: Destination Prefix
      + IPv6 Name: Destination IPv6 Prefix
      + Reference: [I-D.ietf-idr-rfc5575bis] [this document]


      + Type Value: 2
      + IPv4 Name: Source Prefix
      + IPv6 Name: Source IPv6 Prefix
      + Reference: [I-D.ietf-idr-rfc5575bis] [this document]


      + Type Value: 3
      + IPv4 Name: IP Protocol
      + IPv6 Name: Upper-Layer Protocol
      + Reference: [I-D.ietf-idr-rfc5575bis] [this document]


      + Type Value: 4
      + IPv4 Name: Port
      + IPv6 Name: Port
      + Reference: [I-D.ietf-idr-rfc5575bis] [this document]


      + Type Value: 5
      + IPv4 Name: Destination Port
      + IPv6 Name: Destination Port
      + Reference: [I-D.ietf-idr-rfc5575bis] [this document]


      + Type Value: 6
      + IPv4 Name: Source Port
      + IPv6 Name: Source Port
      + Reference: [I-D.ietf-idr-rfc5575bis] [this document]


      + Type Value: 7
      + IPv4 Name: ICMP Type
      + IPv6 Name: ICMPv6 Type
      + Reference: [I-D.ietf-idr-rfc5575bis] [this document]



Loibl, et al.              Expires May 8, 2021                 [Page 11]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


      + Type Value: 8
      + IPv4 Name: ICMP Code
      + IPv6 Name: ICMPv6 Code
      + Reference: [I-D.ietf-idr-rfc5575bis] [this document]


      + Type Value: 9
      + IPv4 Name: TCP flags
      + IPv6 Name: TCP flags
      + Reference: [I-D.ietf-idr-rfc5575bis] [this document]


      + Type Value: 10
      + IPv4 Name: Packet length
      + IPv6 Name: Packet length
      + Reference: [I-D.ietf-idr-rfc5575bis] [this document]


      + Type Value: 11
      + IPv4 Name: DSCP
      + IPv6 Name: DSCP
      + Reference: [I-D.ietf-idr-rfc5575bis] [this document]


      + Type Value: 12
      + IPv4 Name: Fragment
      + IPv6 Name: Fragment
      + Reference: [I-D.ietf-idr-rfc5575bis] [this document]


      + Type Value: 13
      + IPv4 Name: Unassigned
      + IPv6 Name: Flow Label
      + Reference: [this document]


      + Type Value: 14-254
      + IPv4 Name: Unassigned
      + IPv6 Name: Unassigned
      + Reference:


      + Type Value: 255
      + IPv4 Name: Reserved
      + IPv6 Name: Reserved
      + Reference: [I-D.ietf-idr-rfc5575bis] [this document]





Loibl, et al.              Expires May 8, 2021                 [Page 12]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


8.2.  Extended Community Flow Spec IPv6 Actions

   IANA maintains a registry entitled "Generic Transitive Experimental
   Use Extended Community Sub-Types".  For the purpose of this work,
   IANA is requested to assign a new value:

   +----------------+--------------------------------+-----------------+
   | Sub-Type Value | Name                           | Reference       |
   +----------------+--------------------------------+-----------------+
   | TBD            | Flow spec rt-redirect-ipv6     | [this document] |
   |                | format                         |                 |
   +----------------+--------------------------------+-----------------+

      Table 1: Registry: Generic Transitive Experimental Use Extended
                            Community Sub-Types

9.  Acknowledgements

   Authors would like to thank Pedro Marques, Hannes Gredler, Bruno
   Rijsman, Brian Carpenter, and Thomas Mangin for their valuable input.

10.  Contributors

   Danny McPherson
   Verisign, Inc.

   Email: dmcpherson@verisign.com


   Burjiz Pithawala
   Individual

   Email: burjizp@gmail.com


   Andy Karch
   Cisco Systems
   170 West Tasman Drive
   San Jose, CA  95134
   USA

   Email: akarch@cisco.com









Loibl, et al.              Expires May 8, 2021                 [Page 13]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


11.  References

11.1.  Normative References

   [I-D.ietf-idr-rfc5575bis]
              Loibl, C., Hares, S., Raszuk, R., McPherson, D., and M.
              Bacher, "Dissemination of Flow Specification Rules",
              draft-ietf-idr-rfc5575bis-27 (work in progress), October
              2020.

   [RFC2119]  Bradner, S., "Key words for use in RFCs to Indicate
              Requirement Levels", BCP 14, RFC 2119,
              DOI 10.17487/RFC2119, March 1997,
              <https://www.rfc-editor.org/info/rfc2119>.

   [RFC4271]  Rekhter, Y., Ed., Li, T., Ed., and S. Hares, Ed., "A
              Border Gateway Protocol 4 (BGP-4)", RFC 4271,
              DOI 10.17487/RFC4271, January 2006,
              <https://www.rfc-editor.org/info/rfc4271>.

   [RFC4443]  Conta, A., Deering, S., and M. Gupta, Ed., "Internet
              Control Message Protocol (ICMPv6) for the Internet
              Protocol Version 6 (IPv6) Specification", STD 89,
              RFC 4443, DOI 10.17487/RFC4443, March 2006,
              <https://www.rfc-editor.org/info/rfc4443>.

   [RFC4760]  Bates, T., Chandra, R., Katz, D., and Y. Rekhter,
              "Multiprotocol Extensions for BGP-4", RFC 4760,
              DOI 10.17487/RFC4760, January 2007,
              <https://www.rfc-editor.org/info/rfc4760>.

   [RFC5701]  Rekhter, Y., "IPv6 Address Specific BGP Extended Community
              Attribute", RFC 5701, DOI 10.17487/RFC5701, November 2009,
              <https://www.rfc-editor.org/info/rfc5701>.

   [RFC7153]  Rosen, E. and Y. Rekhter, "IANA Registries for BGP
              Extended Communities", RFC 7153, DOI 10.17487/RFC7153,
              March 2014, <https://www.rfc-editor.org/info/rfc7153>.

   [RFC8174]  Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC
              2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174,
              May 2017, <https://www.rfc-editor.org/info/rfc8174>.

   [RFC8200]  Deering, S. and R. Hinden, "Internet Protocol, Version 6
              (IPv6) Specification", STD 86, RFC 8200,
              DOI 10.17487/RFC8200, July 2017,
              <https://www.rfc-editor.org/info/rfc8200>.




Loibl, et al.              Expires May 8, 2021                 [Page 14]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


11.2.  URIs

   [1] https://github.com/stoffi92/draft-ietf-idr-flow-spec-
       v6/tree/master/flowspec-cmp

Appendix A.  Example python code: flow_rule_cmp_v6

   <CODE BEGINS>
   """
   Copyright (c) 2020 IETF Trust and the persons identified as authors
   of draft-ietf-idr-flow-spec-v6. All rights reserved.

   Redistribution and use in source and binary forms, with or without
   modification, is permitted pursuant to, and subject to the license
   terms contained in, the Simplified BSD License set forth in Section
   4.c of the IETF Trust's Legal Provisions Relating to IETF Documents
   (http://trustee.ietf.org/license-info).
   """

   import itertools
   import collections
   import ipaddress


   EQUAL =3D 0
   A_HAS_PRECEDENCE =3D 1
   B_HAS_PRECEDENCE =3D 2
   IP_DESTINATION =3D 1
   IP_SOURCE =3D 2

   FS_component =3D collections.namedtuple('FS_component',
                                         'component_type value')


   class FS_IPv6_prefix_component:
       def __init__(self, prefix, offset=3D0,
                    component_type=3DIP_DESTINATION):
           self.offset =3D offset
           self.component_type =3D component_type
           # make sure if offset !=3D 0 that non of the
           # first offset bits are set in the prefix
           self.value =3D prefix
           if offset !=3D 0:
               i =3D ipaddress.IPv6Interface(
                   (self.value.network_address, offset))
               if i.network.network_address !=3D \
                   ipaddress.ip_address('0::0'):
                   raise ValueError('Bits set in the offset')



Loibl, et al.              Expires May 8, 2021                 [Page 15]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


   class FS_nlri(object):
       """
       FS_nlri class implementation that allows sorting.

       By calling .sort() on a array of FS_nlri objects these
       will be sorted according to the flow_rule_cmp algorithm.

       Example:
       nlri =3D [ FS_nlri(components=3D[
                FS_component(component_type=3D4,
                             value=3Dbytearray([0,1,2,3,4,5,6])),
                ]),
                FS_nlri(components=3D[
                FS_component(component_type=3D5,
                             value=3Dbytearray([0,1,2,3,4,5,6])),
                FS_component(component_type=3D6,
                             value=3Dbytearray([0,1,2,3,4,5,6])),
                ]),
              ]
       nlri.sort() # sorts the array accorinding to the algorithm
       """
       def __init__(self, components =3D None):
           """
           components: list of type FS_component
           """
           self.components =3D components

       def __lt__(self, other):
           # use the below algorithm for sorting
           result =3D flow_rule_cmp_v6(self, other)
           if result =3D=3D B_HAS_PRECEDENCE:
               return True
           else:
               return False


   def flow_rule_cmp_v6(a, b):
       """
       Implementation of the flowspec sorting algorithm in
       draft-ietf-idr-flow-spec-v6.
       """
       for comp_a, comp_b in itertools.zip_longest(a.components,
                                              b.components):
           # If a component type does not exist in one rule
           # this rule has lower precedence
           if not comp_a:
               return B_HAS_PRECEDENCE
           if not comp_b:



Loibl, et al.              Expires May 8, 2021                 [Page 16]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


               return A_HAS_PRECEDENCE
           # Higher precedence for lower component type
           if comp_a.component_type < comp_b.component_type:
               return A_HAS_PRECEDENCE
           if comp_a.component_type > comp_b.component_type:
               return B_HAS_PRECEDENCE
           # component types are equal -> type specific comparison
           if comp_a.component_type in (IP_DESTINATION, IP_SOURCE):
               if comp_a.offset < comp_b.offset:
                   return A_HAS_PRECEDENCE
               if comp_a.offset > comp_b.offset:
                   return B_HAS_PRECEDENCE
               # both components have the same offset
               # assuming comp_a.value, comp_b.value of type
               # ipaddress.IPv6Network
               # and the offset bits are reset to 0 (since they are
               # not represented in the NLRI)
               if comp_a.value.overlaps(comp_b.value):
                   # longest prefixlen has precedence
                   if comp_a.value.prefixlen > \
                       comp_b.value.prefixlen:
                       return A_HAS_PRECEDENCE
                   if comp_a.value.prefixlen < \
                       comp_b.value.prefixlen:
                       return B_HAS_PRECEDENCE
                   # components equal -> continue with next
                   # component
               elif comp_a.value > comp_b.value:
                   return B_HAS_PRECEDENCE
               elif comp_a.value < comp_b.value:
                   return A_HAS_PRECEDENCE
           else:
               # assuming comp_a.value, comp_b.value of type
               # bytearray
               if len(comp_a.value) =3D=3D len(comp_b.value):
                   if comp_a.value > comp_b.value:
                       return B_HAS_PRECEDENCE
                   if comp_a.value < comp_b.value:
                       return A_HAS_PRECEDENCE
                   # components equal -> continue with next
                   # component
               else:
                   common =3D min(len(comp_a.value),
                                len(comp_b.value))
                   if comp_a.value[:common] > \
                       comp_b.value[:common]:
                       return B_HAS_PRECEDENCE
                   elif comp_a.value[:common] < \



Loibl, et al.              Expires May 8, 2021                 [Page 17]
=0C
Internet-Draft           IPv6 Flow Specification           November 2020


                         comp_b.value[:common]:
                       return A_HAS_PRECEDENCE
                   # the first common bytes match
                   elif len(comp_a.value) > len(comp_b.value):
                       return A_HAS_PRECEDENCE
                   else:
                       return B_HAS_PRECEDENCE
       return EQUAL
   <CODE ENDS>

Authors' Addresses

   Christoph Loibl (editor)
   next layer Telekom GmbH
   Mariahilfer Guertel 37/7
   Vienna  1150
   AT

   Phone: +43 664 1176414
   Email: cl@tix.at


   Robert Raszuk (editor)
   Bloomberg LP
   731 Lexington Ave
   New York City, NY  10022
   USA

   Email: robert@raszuk.net


   Susan Hares (editor)
   Huawei
   7453 Hickory Hill
   Saline, MI  48176
   USA

   Email: shares@ndzh.com













Loibl, et al.              Expires May 8, 2021                 [Page 18]

--Apple-Mail=_320F7652-BFA8-44F7-88FE-30AA5F60F338
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=us-ascii



-- 
Christoph Loibl
c@tix.at | CL8-RIPE | PGP-Key-ID: 0x4B2C0055 | http://www.nextlayer.at



--Apple-Mail=_320F7652-BFA8-44F7-88FE-30AA5F60F338--


From nobody Wed Nov  4 07:15:28 2020
Return-Path: <evyncke@cisco.com>
X-Original-To: int-dir@ietfa.amsl.com
Delivered-To: int-dir@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D1CE13A12D1 for <int-dir@ietfa.amsl.com>; Wed,  4 Nov 2020 07:15:26 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.598
X-Spam-Level: 
X-Spam-Status: No, score=-9.598 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_DEF_DKIM_WL=-7.5] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=cisco.com header.b=V5+oe/k+; dkim=pass (1024-bit key) header.d=cisco.onmicrosoft.com header.b=L9ArcWcF
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 IrSZv-ovvxPA for <int-dir@ietfa.amsl.com>; Wed,  4 Nov 2020 07:15:25 -0800 (PST)
Received: from alln-iport-2.cisco.com (alln-iport-2.cisco.com [173.37.142.89]) (using TLSv1.2 with cipher DHE-RSA-SEED-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 24A583A12C8 for <int-dir@ietf.org>; Wed,  4 Nov 2020 07:15:25 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=3610; q=dns/txt; s=iport; t=1604502925; x=1605712525; h=from:to:subject:date:message-id:references:in-reply-to: content-id:content-transfer-encoding:mime-version; bh=8eN0+goDPJpyUtHy54RiijkGaD71CpVQl8iTNvDOc3k=; b=V5+oe/k+RPocNQ5Fn+aGXgL5GzjuzhkwVI61wIScYomnRuLg9+Rt8pzu zfrKSUWJGZ1Ij+uvovVz6NIoUHWHaPoJWNfEFKuITOaRIHFo7CCFkiFkT sjH392X1KoaVuxIr+Mbh8r2LWl/Dm25JDhdNVuHGygrH32MCucKbUDID3 U=;
IronPort-PHdr: =?us-ascii?q?9a23=3A4hDrWxPAUN845z5p768l6mtXPHoupqn0MwgJ65?= =?us-ascii?q?Eul7NJdOG58o//OFDEvKwx3lDMVITfrflDjrmev6PhXDkG5pCM+DAHfYdXXh?= =?us-ascii?q?AIwcMRg0Q7AcGDBEG6SZyibyEzEMlYElMw+Xa9PBtaHc//YxvZpXjhpTIXEw?= =?us-ascii?q?/0YAxyIOm9E4XOjsOxgua1/ZCbYwhBiDenJ71oKxDjpgTKvc5Qioxneas=3D?=
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: =?us-ascii?q?A0CpEACSxKJf/4gNJK1iHQEBPAEFBQE?= =?us-ascii?q?CAQkBFYFRgVApKAdwWS8uhD2DSQONUIoTjmyCUwNUCwEBAQ0BARgLCgIEAQG?= =?us-ascii?q?ESgIXgXUCJTgTAgMBAQsBAQUBAQECAQYEcYVhDIVyAQEBBAEBEBERDAEBLAw?= =?us-ascii?q?LBAIBCBEDAQIDAiYCAgIfBgsUAQgIAgQBEiKDBAGCSwMuAQ6kZAKBO4hodoE?= =?us-ascii?q?ygwQBAQWCTII6DQuCEAMGgQ4qAYJxg3GBBoVRG4FBP4ERJxyCIS4+ghtCAQG?= =?us-ascii?q?BRxiDFzOCLJNkoz4vVAqCbYkKjGwEhQ8DH4MYjj6BIIM8izuTTYp4gm6SXgI?= =?us-ascii?q?EAgQFAg4BAQWBayOBV3AVOyoBgj5QFwINjlZuAQiCQ4UUhUR0OAIGAQkBAQM?= =?us-ascii?q?JfI1MAQE?=
X-IronPort-AV: E=Sophos;i="5.77,451,1596499200"; d="scan'208";a="601439407"
Received: from alln-core-3.cisco.com ([173.36.13.136]) by alln-iport-2.cisco.com with ESMTP/TLS/DHE-RSA-SEED-SHA; 04 Nov 2020 15:15:22 +0000
Received: from XCH-RCD-004.cisco.com (xch-rcd-004.cisco.com [173.37.102.14]) by alln-core-3.cisco.com (8.15.2/8.15.2) with ESMTPS id 0A4FF4Lp019486 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=FAIL); Wed, 4 Nov 2020 15:15:22 GMT
Received: from xhs-rcd-001.cisco.com (173.37.227.246) by XCH-RCD-004.cisco.com (173.37.102.14) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 4 Nov 2020 09:15:16 -0600
Received: from xhs-aln-003.cisco.com (173.37.135.120) by xhs-rcd-001.cisco.com (173.37.227.246) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 4 Nov 2020 09:15:12 -0600
Received: from NAM10-DM6-obe.outbound.protection.outlook.com (173.37.151.57) by xhs-aln-003.cisco.com (173.37.135.120) with Microsoft SMTP Server (TLS) id 15.0.1497.2 via Frontend Transport; Wed, 4 Nov 2020 09:15:12 -0600
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=bqSPXabroZy4vXzhLHhsFuAwpHLwiJ9XQOps1sCgNh4xw08YU+b5/3Mz5h2rmQD5T67hijBz3l7RT7h+nzrjx3JmqvAKh8OV3Uu+wPlT5zgwb1+4/5Mue3sKE8rf1ybXPtAUFt5mOE/8GlqFjHZoMM2rBAqn4RoPWS8M6+iE4U+QuQf653Co53mpNlwfkgJ2mvJ2YcTYQbD9AZ1LqmQHYTogbG94iC8qZxN9mqZVB2yD61kr1yrQfwiiapbqHig+yqviDVqHZj9Hl4Pw1iyMz7JlZvULNZBS+tWdtA60FIWr/0WP7Pl/cutlHsahpM/OSA8NAOQBWI12S0g8xoKc3g==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=8eN0+goDPJpyUtHy54RiijkGaD71CpVQl8iTNvDOc3k=; b=KJJMoNGjIfst4QnipcO+NEYR4EcXKw6kEbLdsS6fRMkKV+VVmD+4V3hN+S4wJhiBXKsLyzYAUwpQqnxgS71lZJ5wOiuq2YZNPgmzEEEptE9e8a6OySjDfq461T4mXNwC23HNiQ05CqZZ9ct6ZRvuC8P/6HRhMwjBRe0Z8/juqBz0Z6byQ5DaSNChCYxp+HaigtNBBA3ytwm5bzwzVgQbcIm5rEwqX/1RYq9vapO6ZBCpTFgR4BMfX9bAPrr6jSzzrJHysmxz9YyFmOqHrT9Pi7lHFTH913FnOR7Xiy5SIRonS8PMSA9vkjEcvHooJu+iA6p73T4cYBnh77JZ2xfxnw==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cisco.com; dmarc=pass action=none header.from=cisco.com; dkim=pass header.d=cisco.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cisco.onmicrosoft.com;  s=selector2-cisco-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=8eN0+goDPJpyUtHy54RiijkGaD71CpVQl8iTNvDOc3k=; b=L9ArcWcFJn91RxsG1o9+oj2Ot2LueFc9REgPQSKe+FhrjgP0TOWnFKJ37DoK9IEWOV901i3we2egNIGMB8Ymlmb3QR1/Zn2uAfOD1Jqz1RcVT4wdW4URK9lizYDSuLmcVCX4YksXEcahWkj1Vpl3AyW88e4I3bhHUnkohg7O0b4=
Received: from PH0PR11MB4966.namprd11.prod.outlook.com (2603:10b6:510:42::21) by PH0PR11MB5142.namprd11.prod.outlook.com (2603:10b6:510:39::20) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3499.18; Wed, 4 Nov 2020 15:14:12 +0000
Received: from PH0PR11MB4966.namprd11.prod.outlook.com ([fe80::453b:b2f5:ec29:410d]) by PH0PR11MB4966.namprd11.prod.outlook.com ([fe80::453b:b2f5:ec29:410d%7]) with mapi id 15.20.3499.032; Wed, 4 Nov 2020 15:14:12 +0000
From: "Eric Vyncke (evyncke)" <evyncke@cisco.com>
To: Zhen Cao <zhencao.ietf@gmail.com>, "int-dir@ietf.org" <int-dir@ietf.org>
Thread-Topic: [Int-dir] Intdir last call partial review of draft-ietf-dots-server-discovery-11
Thread-Index: AQHWoKednGnR2SvxSUCOkylXEwCJBKm4ScCA
Date: Wed, 4 Nov 2020 15:14:12 +0000
Message-ID: <5A321C45-FDD9-4A5B-B0E1-85DBA64AD13A@cisco.com>
References: <160251443866.28127.2696320816235439108@ietfa.amsl.com>
In-Reply-To: <160251443866.28127.2696320816235439108@ietfa.amsl.com>
Accept-Language: fr-BE, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/16.42.20101102
authentication-results: gmail.com; dkim=none (message not signed) header.d=none;gmail.com; dmarc=none action=none header.from=cisco.com;
x-originating-ip: [2001:420:c0c1:36:1140:cf94:e6c:82f]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: 6c7c3c10-c4eb-48f1-97e1-08d880d44927
x-ms-traffictypediagnostic: PH0PR11MB5142:
x-microsoft-antispam-prvs: <PH0PR11MB514201319C052AD6BFCA765CA9EF0@PH0PR11MB5142.namprd11.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:10000;
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam: BCL:0;
x-microsoft-antispam-message-info: WEoTt9MMdnjMkZnKZqP9ls5FDNPPHlcozIJgjrJ/44tGamflF2nTp0SlNpyKJMmgvzVp4ZRtvtGWxcrOr4rbneihTeOBqrM0aPMVkknjMuVt3unvndu4J+zcIsH43UqNX1oTJhbtmZqQ17rrQlkB4JHN3nbmsB+1rI/lkWMgdPnNdEPUZf0nkWioh4o5OlrvoLWx5J/+o8Av7vas3NxSlste02VPJpUB87ctU4DgFqW7/SDY/EqFUYekPagUj1J6QsVwTJwIi5l2IUmbJXSEPmufsZtDTGF/q2jvDY9wQCeI8Tp9vdsdQQHXz/RCWg/pRWexqojxGF9eRARtynYtQbcOHWxmPS9P1k/h9vT59CnvLk//rBBnP+buOx+fL37p0sogpRiwrf2pv1w51j2ZsA==
x-forefront-antispam-report: CIP:255.255.255.255; CTRY:; LANG:en; SCL:1; SRV:;  IPV:NLI; SFV:NSPM; H:PH0PR11MB4966.namprd11.prod.outlook.com; PTR:; CAT:NONE;  SFS:(136003)(39860400002)(346002)(366004)(376002)(396003)(66446008)(33656002)(6512007)(71200400001)(966005)(5660300002)(36756003)(86362001)(6486002)(83380400001)(316002)(2906002)(66556008)(6506007)(478600001)(91956017)(66946007)(8936002)(66476007)(8676002)(76116006)(110136005)(53546011)(2616005)(64756008)(186003); DIR:OUT; SFP:1101; 
x-ms-exchange-antispam-messagedata: niSMKOt0EDaFSkY9aeSGHpqmwkCoPFOMqyx8H4PHxDBL5Aw3kmtuPxukOFnNdZg/4QN7rDWMLtMJ446E+8Eo9fQgZqBNF+V5EryvE0ddFHD+9pf+PvpwAqF+ex3dHxUKHUDhlDPMBBCAUyFXe7kW9lw62DXbsxYW2r6bvivWiKDtRAG2zeGyq9EVtRVTOHBuVaD8XksWdIPqhRTgK+lRtrF/riEmtoqIUID54J2b2yX/ghUfmbxockeijLSmMfqChHy37qGH59VHwGyjLCLnQF140/muxwyhf0RuPUvefHtzXC7HqaG0ykUtMiUuEl3pvQY2Y+TuGJYzZNMIcXlzB6VoMsrb4m7YFLyEI8zKaMH2bO3yLpvKTjw29H5QUCihVxpBnKsPluOjFbGsKbymKgZtm0phU3PmEYlP52ZPyJ6Ms2eO9onpI8uJzuWqIBfB+Uhe//UtYpxSu21ms5bRg16mUj2L2uf9ozZFSmwR5KR9cLApqKbZXoDhUCcQlvfKc4pk9SNo7r81Ekk0yd7FSwh51bkFZltbk2BJC7WvFgDMkQsSm61DJbHhX8sZzeA9kNlub622i823xnj6nh9sImZOHxBlidNUJjQkoEZJTeFztVuEGDVJiZokX8gv29oZCcUCO1jhU6rxqRE6X8ZO0oAthjZn1mrzp83X2iOzm7lLecFgRChqsi/1PJURnVdM+BLXWeA60JRIHv5wijW9fg==
x-ms-exchange-transport-forked: True
Content-Type: text/plain; charset="utf-8"
Content-ID: <B15AC2F67587444E86949083CD62F2B8@namprd11.prod.outlook.com>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-MS-Exchange-CrossTenant-AuthAs: Internal
X-MS-Exchange-CrossTenant-AuthSource: PH0PR11MB4966.namprd11.prod.outlook.com
X-MS-Exchange-CrossTenant-Network-Message-Id: 6c7c3c10-c4eb-48f1-97e1-08d880d44927
X-MS-Exchange-CrossTenant-originalarrivaltime: 04 Nov 2020 15:14:12.0971 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 5ae1af62-9505-4097-a69a-c1553ef7840e
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: 0DBtKypPQv4FIuiDQuyfTZFhOw9jkwIhrMVgZ7l4z0bShY4ggHbC9aaSVPNLhXQEFbvRnmL73MA7LSj5d0wmXg==
X-MS-Exchange-Transport-CrossTenantHeadersStamped: PH0PR11MB5142
X-OriginatorOrg: cisco.com
X-Outbound-SMTP-Client: 173.37.102.14, xch-rcd-004.cisco.com
X-Outbound-Node: alln-core-3.cisco.com
Archived-At: <https://mailarchive.ietf.org/arch/msg/int-dir/sBf4eQsEM3S7RwOyMT46yotbcbw>
Subject: Re: [Int-dir] Intdir last call partial review of draft-ietf-dots-server-discovery-11
X-BeenThere: int-dir@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "This list is for discussion between the members of the Internet Area directorate." <int-dir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/int-dir>, <mailto:int-dir-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/int-dir/>
List-Post: <mailto:int-dir@ietf.org>
List-Help: <mailto:int-dir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/int-dir>, <mailto:int-dir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 04 Nov 2020 15:15:27 -0000

W0tlZXBpbmcgb25seSBpbnQtZGlyIG1lbWJlcnMgYXMgcmVjaXBpZW50c10NCg0KVGhhbmsgeW91
IGFnYWluIFpoZW4gZm9yIHlvdXIgcmV2aWV3LiBZb3UgbWF5IGhhdmUgc2VlbiBteSBJRVNHIGJh
bGxvdDogSSBmdWxseSBzZWNvbmQgeW91ciBwb2ludCBhYm91dCBJUHY0LW1hcHBlZCBJUHY2IGFk
ZHJlc3NlcyBhbmQgSSBldmVuIHJhaXNlZCBpdCB0byBhIGJsb2NrIERJU0NVU1MgcG9pbnQgKEJU
VywgYXV0aG9ycyBhcmUgbm93IGFjdGl2ZWx5IGZpeGVkIHRoZWlyIHRleHQgOy0pICkNCg0KUmVn
YXJkcw0KDQotw6lyaWMNCg0K77u/LS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0NCkZyb206IElu
dC1kaXIgPGludC1kaXItYm91bmNlc0BpZXRmLm9yZz4gb24gYmVoYWxmIG9mIFpoZW4gQ2FvIHZp
YSBEYXRhdHJhY2tlciA8bm9yZXBseUBpZXRmLm9yZz4NClJlcGx5LVRvOiBaaGVuIENhbyA8emhl
bmNhby5pZXRmQGdtYWlsLmNvbT4NCkRhdGU6IE1vbmRheSwgMTIgT2N0b2JlciAyMDIwIGF0IDE2
OjU0DQpUbzogImludC1kaXJAaWV0Zi5vcmciIDxpbnQtZGlyQGlldGYub3JnPg0KQ2M6ICJsYXN0
LWNhbGxAaWV0Zi5vcmciIDxsYXN0LWNhbGxAaWV0Zi5vcmc+LCAiZHJhZnQtaWV0Zi1kb3RzLXNl
cnZlci1kaXNjb3ZlcnkuYWxsQGlldGYub3JnIiA8ZHJhZnQtaWV0Zi1kb3RzLXNlcnZlci1kaXNj
b3ZlcnkuYWxsQGlldGYub3JnPiwgImRvdHNAaWV0Zi5vcmciIDxkb3RzQGlldGYub3JnPg0KU3Vi
amVjdDogW0ludC1kaXJdIEludGRpciBsYXN0IGNhbGwgcGFydGlhbCByZXZpZXcgb2YgZHJhZnQt
aWV0Zi1kb3RzLXNlcnZlci1kaXNjb3ZlcnktMTENCg0KDQogICAgUmV2aWV3IGlzIHBhcnRpYWxs
eSBkb25lLiBBbm90aGVyIGFzc2lnbm1lbnQgbWF5IGJlIG5lZWRlZCB0byBjb21wbGV0ZSBpdC4N
Cg0KICAgIFJldmlld2VyOiBaaGVuIENhbw0KICAgIFJldmlldyByZXN1bHQ6IFJlYWR5IHdpdGgg
Tml0cw0KDQogICAgUmV2aWV3ZXI6IFpoZW4gQ2FvDQogICAgUmV2aWV3IHJlc3VsdDogUmVhZHkg
d2l0aCBOaXRzDQoNCiAgICBUaGFua3MgdGhlIGF1dGhvcnMgZm9yIHRoZSBkb2N1bWVudC4gIERP
VFMgc2VydmVyIGRpc2NvdmVyeSBpcyBpbXBvcnRhbnQgdG8gdGhlDQogICAgZnVuY3Rpb25pbmcg
b2YgdGhlIHdob2xlIHN5c3RlbS4NCg0KICAgIEltcG9ydGFudDogSSByZWFkIEJlcm5pZSdzIGVh
cnkgcXVpY2sgcmV2aWV3IChzYXlpbmcgbm90IGEgZnVsbCBvbmUpIGZvciB0aGUgMDENCiAgICB2
ZXJzaW9uIFsqXSBhbmQgdGhlIGNvbW1lbnRzIGhhZCBiZWVuIGFkZHJlc3NlZCBpbiAwMiB2ZXJz
aW9uLiAgIEFuZCBJIHRoaW5rDQogICAgb3VyIEFEIEBFcmljIG5lZWRzIHRvIGNoZWNrIGlmIHRo
ZXJlIGlzIGEgbmVlZCBmb3IgZnVydGhlciBESEMgZG9jdG9yIHJldmlldy4gIA0KICAgICAoYWx0
aG91Z2ggSSBjaGVja2VkIHRoZXJlIHdlcmUgbm90IG11Y2ggY2hhbmdlZCBvbiB0aGUgREhDUCBw
YXJ0cyBmcm9tIHIwMiB0bw0KICAgIHIxMSkgLg0KDQogICAgWypdaHR0cHM6Ly9naXRodWIuY29t
L2JvdWNhZGFpci9kcmFmdC1pZXRmLWRvdHMtZGlzY292ZXJ5L2lzc3Vlcy8xDQoNCiAgICBJIHRo
aW5rIG1vc3Qgb2YgdGhlIG90aGVyIHBhcnRzIGxvb2tzIHF1aXRlIHJlYWR5IGV4Y2VwdDoNCiAg
ICBhKSBTZWN0aW9uIDUuMS4yIG9uIHRoZSBjb25maWd1cmF0aW9uIG9mIHRoZSBpcHY0LW1hcHBl
ZCBJUHY2IGFkZHJlc3MuDQogICAgb2xkOiAgICBOb3RlLCBJUHY0LW1hcHBlZCBJUHY2IGFkZHJl
c3NlcyAoU2VjdGlvbiAyLjUuNS4yIG9mIFtSRkM0MjkxXSkgIGFyZQ0KICAgIGFsbG93ZWQgdG8g
YmUgaW5jbHVkZWQgaW4gdGhpcyBvcHRpb24uDQoNCiAgICBJIGRvIG5vdCBrbm93IHdoeSB0aGlz
IGlzIHBhcnRpY3VsYXJseSBtZW50aW9uZWQgaGVyZSBnaXZlbiB0aGVyZSBhcmUgbWFueQ0KICAg
IHR5cGVzIG9mIElQdjYgYWRkcmVzcy4gIEkgdGhpbmsgaXQgJ3MgYmV0dGVyIHRvIHJlbW92ZSB0
aGlzIHN0YXRlbWVudCBzaW5jZQ0KICAgIHRoZXJlIGFyZSBtYW55IGlzc3VlcyBjb25maWd1cmlu
ZyBJUHY0LW1hcHBlZCBhZGRyZXNzIGRpcmVjdGx5LiAgU29tZSBzeXN0ZW1zDQogICAgd2lsbCBk
aXNhYmxlIChieSBkZWZhdWx0KSBzdXBwb3J0IGZvciBpbnRlcm5hbCAgSVB2NC1tYXBwZWQgSVB2
NiBhZGRyZXNzZXMuIA0KICAgIFNvbWUgaW1wbGVtZW50YXRpb25zIG9mIGR1YWwtc3RhY2sgZG8g
bm90IGFsbG93IElQdjQtbWFwcGVkIElQdjYgYWRkcmVzc2VzIHRvDQogICAgYmUgdXNlZCBmb3Ig
aW50ZXJvcGVyYWJpbGl0eSBiZXR3ZWVuIElQdjQgYW5kIElQdjYgYXBwbGljYXRpb25zLiAgW1JG
QzQwMzhdLiAgDQogICAgU3VjaCBkaXNjdXNzaW9ucyBkbyBub3QgaGF2ZSB0byBiZSBwcmVzZW50
IGhlcmUuDQoNCiAgICBiKSB0aGUgZmlyc3Qgc2VudGVuY2Ugb2YgdGhlIGFic3RyYWN0OiBzL0Rp
c3RyaWN1dGVkL0Rpc3RyaWJ1dGVkLg0KDQoNCg0KICAgIF9fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fDQogICAgSW50LWRpciBtYWlsaW5nIGxpc3QNCiAgICBJ
bnQtZGlyQGlldGYub3JnDQogICAgaHR0cHM6Ly93d3cuaWV0Zi5vcmcvbWFpbG1hbi9saXN0aW5m
by9pbnQtZGlyDQoNCg==


From nobody Thu Nov  5 06:02:06 2020
Return-Path: <evyncke@cisco.com>
X-Original-To: int-dir@ietfa.amsl.com
Delivered-To: int-dir@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id CACA63A17D9 for <int-dir@ietfa.amsl.com>; Thu,  5 Nov 2020 06:02:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.597
X-Spam-Level: 
X-Spam-Status: No, score=-9.597 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_DEF_DKIM_WL=-7.5] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=cisco.com header.b=NlRcMlWQ; dkim=pass (1024-bit key) header.d=cisco.onmicrosoft.com header.b=H+Io2Pbp
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 2vnxFFJ8rlLv for <int-dir@ietfa.amsl.com>; Thu,  5 Nov 2020 06:02:01 -0800 (PST)
Received: from alln-iport-2.cisco.com (alln-iport-2.cisco.com [173.37.142.89]) (using TLSv1.2 with cipher DHE-RSA-SEED-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E10B73A17D2 for <int-dir@ietf.org>; Thu,  5 Nov 2020 06:02:00 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=11595; q=dns/txt; s=iport; t=1604584920; x=1605794520; h=from:to:subject:date:message-id:references:in-reply-to: mime-version; bh=90Xrbx03q27Sps4uePOCEckxeIrFpXExHdtrTVrPAbg=; b=NlRcMlWQ0osyyj8cvBNmRgvt24qpteXYUzgDQdTuMJRD/ALuuahGyfVv Mz6Qfeuxut/0//5yQktP5678wc22jcLpnDp6DzZGTrAgB4t65kqXy/Aj9 LcCuQLHT/TQY6Awk+Csuyy+mJsTIdKnFSnRI08rMG9JoChTr5NWD0jrF0 c=;
IronPort-PHdr: =?us-ascii?q?9a23=3AzrVvtB052flNNocUsmDT+zVfbzU7u7jyIg8e44?= =?us-ascii?q?YmjLQLaKm44pD+JxWGuadiiVbIWcPQ7PcXw+bVsqW1X2sG7N7BtX0Za5VDWl?= =?us-ascii?q?cDjtlehA0vBsOJSCiZZP7nZiA3BoJOAVli+XzoPk1cGcK4bFrX8TW+6DcIEU?= =?us-ascii?q?D5Mgx4bu3+Bo/ViZGx0Oa/s53eaglFnnyze7R3eR63tg7W8MIRhNhv?=
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: =?us-ascii?q?A0DrCQDxBKRf/4wNJK1fA4N7L1EHcFk?= =?us-ascii?q?vLoQ9g0kDjVGKE4l9hG+CUwNUCwEBAQ0BASMKAgQBAYRKAheBdgIlOBMCAwE?= =?us-ascii?q?BCwEBBQEBAQIBBgRxhWEMhXIBAQEEEhEEGQEBOA8CAQgOAwMBAigDAgICHxE?= =?us-ascii?q?UCQgCBAESIoMEAYF+TQMuAQ6lGQKBO4hodn8zgwQBAQWCTII7DQuCEAMGgTi?= =?us-ascii?q?CcoNiD4EGhVEbgUE/gREnHIJPPoIbQgEBA4FzCQEMCRGCUDOCLJAqgzqHGpx?= =?us-ascii?q?TVAqCbYkKjGyFEwMfoW2TTYp4gm6SXgIEAgQFAg4BAQWBayOBV3AVZQGCCgE?= =?us-ascii?q?zUBcCDY4rF4NOhRSFRHQ1AwIGAQkBAQMJfI1MAQE?=
X-IronPort-AV: E=Sophos;i="5.77,453,1596499200";  d="scan'208,217";a="602503382"
Received: from alln-core-7.cisco.com ([173.36.13.140]) by alln-iport-2.cisco.com with ESMTP/TLS/DHE-RSA-SEED-SHA; 05 Nov 2020 14:01:44 +0000
Received: from XCH-ALN-003.cisco.com (xch-aln-003.cisco.com [173.36.7.13]) by alln-core-7.cisco.com (8.15.2/8.15.2) with ESMTPS id 0A5E1gQS015328 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=FAIL); Thu, 5 Nov 2020 14:01:42 GMT
Received: from xhs-rcd-001.cisco.com (173.37.227.246) by XCH-ALN-003.cisco.com (173.36.7.13) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 5 Nov 2020 08:01:42 -0600
Received: from xhs-rtp-002.cisco.com (64.101.210.229) by xhs-rcd-001.cisco.com (173.37.227.246) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 5 Nov 2020 08:01:41 -0600
Received: from NAM10-MW2-obe.outbound.protection.outlook.com (64.101.32.56) by xhs-rtp-002.cisco.com (64.101.210.229) with Microsoft SMTP Server (TLS) id 15.0.1497.2 via Frontend Transport; Thu, 5 Nov 2020 09:01:41 -0500
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=M8BbgMqnI5QEspjxigYOWRn5kBxszolniewptqNBUW0iZHA+/PtY1pnYgJyFfAxGBfSBzHMf9BQMlLPzInfztmhVwUil1C2HNEguKBXhEUdHu8rWxzM5021buBx2WZb7H5orZsOJOE7dDBz0i4jNQqDpvKxpHuE7ovcl+bvaRK+EA+gaOcM2QNpNU1IOQiCoFPzNaEE8EjjfVgnhaksUjmOYp8+bik6qqAWHdoRbqX0UL/aUL88a6lrDhqyi/z3yfWNAL98R2M+GE51xHp53P1XC93k7v1RcJ2gx6degRAYUP8/RUaLVnnWVR6iFhiQbMf8tP17UHkp4VVQyYyRq1Q==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;  s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=90Xrbx03q27Sps4uePOCEckxeIrFpXExHdtrTVrPAbg=; b=cWB2NocRF/kENoEHYKNM5sIyILqINjwhJnoIOJ6w2JA9bVib2b5rkYPQPjIZm9kH50tUjd53RU1xVsUpk/0ASVAyIR62spKOVJruPa4LZbBPUMrOAB6ByjHLHEPzceencnaXlZmuYll2WKrq66qlIFJ5PHVnPr3PMEPKXs8+PW5UyaY3vGFUgRz2OXmLSAwwxYUhItPw1kqVFzKWcFqcVDCU9zfGg8xQzGvl3lw1kN0GRbB8sYB5ZHnuKJZ8hSqFKqgBUpglOsf0KG7EuHzgYvzLdr34BpCp1j95HYZHTu+hGEOvW2jrByRjR0UrX+mOEubq8oYCvfwL09GMdVbOVg==
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cisco.com; dmarc=pass action=none header.from=cisco.com; dkim=pass header.d=cisco.com; arc=none
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cisco.onmicrosoft.com;  s=selector2-cisco-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=90Xrbx03q27Sps4uePOCEckxeIrFpXExHdtrTVrPAbg=; b=H+Io2PbpUUCo1xa7qliDz/T7hCjiefSbgE8hEy5WQfynF4oOJKHbQoT02N+6GCwbDnm/cKPbuhBqf0ctRliNSnUv4uSrw7+7H4xhiew4gfJBxOrPbCp8cvXLRmMr+pZJtTd9TGwcmRiwd0Dmw3e1O4kVBFR4whQ6w/47RaBl6cM=
Received: from PH0PR11MB4966.namprd11.prod.outlook.com (2603:10b6:510:42::21) by PH0PR11MB4902.namprd11.prod.outlook.com (2603:10b6:510:37::5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3541.21; Thu, 5 Nov 2020 14:01:40 +0000
Received: from PH0PR11MB4966.namprd11.prod.outlook.com ([fe80::453b:b2f5:ec29:410d]) by PH0PR11MB4966.namprd11.prod.outlook.com ([fe80::453b:b2f5:ec29:410d%7]) with mapi id 15.20.3499.032; Thu, 5 Nov 2020 14:01:40 +0000
From: "Eric Vyncke (evyncke)" <evyncke@cisco.com>
To: Donald Eastlake <d3e3e3@gmail.com>, "int-dir@ietf.org" <int-dir@ietf.org>
Thread-Topic: Intdir telechat review of draft-ietf-idr-flow-spec-v6
Thread-Index: AQHWsMdtf5p6pWrP+kCgwZfR5aem1Km5p5GA
Date: Thu, 5 Nov 2020 14:01:39 +0000
Message-ID: <86A96CBD-369F-48A3-B5CD-88B1F80A93C9@cisco.com>
References: <160383583753.1693.10113897796672615402@ietfa.amsl.com> <CAF4+nEHeLtREQwaBt0jfpGS9AFAxjvsjDDU9TRJGWXEFTtpDgg@mail.gmail.com>
In-Reply-To: <CAF4+nEHeLtREQwaBt0jfpGS9AFAxjvsjDDU9TRJGWXEFTtpDgg@mail.gmail.com>
Accept-Language: fr-BE, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
user-agent: Microsoft-MacOutlook/16.42.20101102
authentication-results: gmail.com; dkim=none (message not signed) header.d=none;gmail.com; dmarc=none action=none header.from=cisco.com;
x-originating-ip: [2001:420:c0c1:36:cd9a:7e0a:28a7:cddb]
x-ms-publictraffictype: Email
x-ms-office365-filtering-correlation-id: edb67f75-2053-4968-f6d9-08d881935187
x-ms-traffictypediagnostic: PH0PR11MB4902:
x-microsoft-antispam-prvs: <PH0PR11MB49021962515F62B116B4CA52A9EE0@PH0PR11MB4902.namprd11.prod.outlook.com>
x-ms-oob-tlc-oobclassifiers: OLM:10000;
x-ms-exchange-senderadcheck: 1
x-microsoft-antispam: BCL:0;
x-microsoft-antispam-message-info: fMiwmlQr/j0jrKZlmo3/EF+QrX34gKjIwVzh3Pn8KRfylSAe0R/mDCn/WHNLos6QSZhQSKvZVTEv8QKj1p1oyssE9Z/JOPmMwf5xDdfoWmd5t1mkIZIRaEdyyslJfdJkPHdiRfSBfirX6QOJs8MVi268wBTuSI+COJRmoVfVpkAFXELp2aTe5FdaRlAKfpClvFHTlTTkhw7IXfpfsc3O6M3QtKtfBR/Z4NSQYPuDyMLbRykyGCN907LLhA3PQOT4C9QEF4sqHkC2cnjjIZLP6g4QNEVisPQG2edf8V2W0yL/gv2j/zoQ29KA4/KU2ctpfRV6M44cB4UGvrnLM1vP5ue1e+qUlquDrwm2yK6bfL6dqpeZFu+hLsaU7EnSkLGKetQJZDF8wAcnVHdXWr99SQ==
x-forefront-antispam-report: CIP:255.255.255.255; CTRY:; LANG:en; SCL:1; SRV:;  IPV:NLI; SFV:NSPM; H:PH0PR11MB4966.namprd11.prod.outlook.com; PTR:; CAT:NONE;  SFS:(376002)(346002)(366004)(136003)(39860400002)(396003)(53546011)(2906002)(2616005)(6512007)(110136005)(478600001)(36756003)(316002)(186003)(86362001)(6506007)(66574015)(166002)(83380400001)(966005)(76116006)(66556008)(66946007)(66446008)(64756008)(5660300002)(6486002)(66476007)(8936002)(33656002)(71200400001)(8676002)(91956017); DIR:OUT; SFP:1101; 
x-ms-exchange-antispam-messagedata: e68WY4B/GtYP6qPbobOxQ58z4dhgWY5am1KApne73ayvcommbSt+D7UsWNpkNqsqIrkycEVTav/XBH3BEQW2RuXSmURlRilQWGXT4dNiiT4KBXi2vricJyrAgA77g4FLLAMRPZDe9vAibfE+MdEA8WwFD/Eoc5OMeGpVznmvMQ51yCMxcciRZNdJfPdGsUpIrl8pyGeqBeGvK1l1A1lBzI+kxltoN0LbyIOUZm28qO1MoHX/UFSh2AYK6YtasphHD3tgAh65ulglifFq8vyvav4ZlSNYOtzWemJYZsDgvVDD34V+ySXKzm//nDqvNHaQjb5Hd3hQeIpaHGYaCpD1uqHvLI1QnupTAO/WxpFcng6tJXMCAO6mVfR1ifhyduqTuXl4fEvQo30TrKfrvwbm9B24DvDFpxllGfJG7Y992+T3yzzkZ43B1FWZv3bbJH41gy/ArflZNn5FKsC865zkLcYrzi5rR/Ax7noYDQ2o9IjtBYAwWIgKjhVrXeB6b6CN2onMxaxAqe0tTZI4mWCpCYtNwShICw3y8BwG6YUQIKNWhL4Yn4af0yFrWvtIVfBtUr6XpdBDBVNOHbcZ4K+OAjZ5SrpRM2/Nxwa5HrMDdGL7RaVG2QgWutXxSrbfbnQ8KPR4GT4wHJc27pvx1t8LCCSZQPGJfofd0z81NCTfbFYpDaAU6qHMUm9gicSia4wvDDLxg/p3itKhbr068HEX3Q==
x-ms-exchange-transport-forked: True
Content-Type: multipart/alternative; boundary="_000_86A96CBD369F48A3B5CD88B1F80A93C9ciscocom_"
MIME-Version: 1.0
X-MS-Exchange-CrossTenant-AuthAs: Internal
X-MS-Exchange-CrossTenant-AuthSource: PH0PR11MB4966.namprd11.prod.outlook.com
X-MS-Exchange-CrossTenant-Network-Message-Id: edb67f75-2053-4968-f6d9-08d881935187
X-MS-Exchange-CrossTenant-originalarrivaltime: 05 Nov 2020 14:01:40.0000 (UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
X-MS-Exchange-CrossTenant-id: 5ae1af62-9505-4097-a69a-c1553ef7840e
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-MS-Exchange-CrossTenant-userprincipalname: 8yr3mz93wgyw+wggkUsZ22F+//hRHoRlAArKQFv7QgohLk4TbJLKEYk2H0El5VdeXboc9dtZW09YGHIT37FEPQ==
X-MS-Exchange-Transport-CrossTenantHeadersStamped: PH0PR11MB4902
X-OriginatorOrg: cisco.com
X-Outbound-SMTP-Client: 173.36.7.13, xch-aln-003.cisco.com
X-Outbound-Node: alln-core-7.cisco.com
Archived-At: <https://mailarchive.ietf.org/arch/msg/int-dir/PKIiHWYFRc7Ft_qIBUDwZ7PapZU>
Subject: Re: [Int-dir] Intdir telechat review of draft-ietf-idr-flow-spec-v6
X-BeenThere: int-dir@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "This list is for discussion between the members of the Internet Area directorate." <int-dir.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/int-dir>, <mailto:int-dir-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/int-dir/>
List-Post: <mailto:int-dir@ietf.org>
List-Help: <mailto:int-dir-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/int-dir>, <mailto:int-dir-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Nov 2020 14:02:06 -0000

--_000_86A96CBD369F48A3B5CD88B1F80A93C9ciscocom_
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64

RG9uYWxkLA0KDQpUaGFuayB5b3UgZm9yIHlvdXIgSU5UIGRpcmVjdG9yYXRlIHJldmlldywgaXQg
ZGlkIG5vdCBhcHBlYXIgaW4gdGhlIGRhdGEgdHJhY2tlciBzbyBJIGRpZCBub3Qgc2VlIGl0IGJl
Zm9yZSB0aGUgSUVTRyBiYWxsb3QsIGJ1dCwgYXMgeW91IG1heSBoYXZlIHNlZW4gSSBwdXQgaXQg
YmFjayBvbiB0cmFjayB3aXRoIHRoZSBhdXRob3JzDQoNClJlZ2FyZHMNCg0KLcOpcmljDQoNCkZy
b206IERvbmFsZCBFYXN0bGFrZSA8ZDNlM2UzQGdtYWlsLmNvbT4NCkRhdGU6IE1vbmRheSwgMiBO
b3ZlbWJlciAyMDIwIGF0IDA0OjIyDQpUbzogImludC1kaXJAaWV0Zi5vcmciIDxpbnQtZGlyQGll
dGYub3JnPiwgRXJpYyBWeW5ja2UgPGV2eW5ja2VAY2lzY28uY29tPg0KQ2M6ICJsYXN0LWNhbGxA
aWV0Zi5vcmciIDxsYXN0LWNhbGxAaWV0Zi5vcmc+LCAiZHJhZnQtaWV0Zi1pZHItZmxvdy1zcGVj
LXY2LmFsbEBpZXRmLm9yZyIgPGRyYWZ0LWlldGYtaWRyLWZsb3ctc3BlYy12Ni5hbGxAaWV0Zi5v
cmc+DQpTdWJqZWN0OiBJbnRkaXIgdGVsZWNoYXQgcmV2aWV3IG9mIGRyYWZ0LWlldGYtaWRyLWZs
b3ctc3BlYy12Ng0KDQpJIGFtIGFuIGFzc2lnbmVkIElOVCBkaXJlY3RvcmF0ZSByZXZpZXdlciBm
b3INCmRyYWZ0LWlldGYtaWRyLWZsb3ctc3BlYy12Ni4gVGhlc2UgY29tbWVudHMgd2VyZSB3cml0
dGVuIHByaW1hcmlseSBmb3INCnRoZSBiZW5lZml0IG9mIHRoZSBJbnRlcm5ldCBBcmVhIERpcmVj
dG9ycy4gRG9jdW1lbnQgZWRpdG9ycyBhbmQNCnNoZXBoZXJkKHMpIHNob3VsZCB0cmVhdCB0aGVz
ZSBjb21tZW50cyBqdXN0IGxpa2UgdGhleSB3b3VsZCB0cmVhdA0KY29tbWVudHMgZnJvbSBhbnkg
b3RoZXIgSUVURiBjb250cmlidXRvcnMgYW5kIHJlc29sdmUgdGhlbSBhbG9uZyB3aXRoDQphbnkg
b3RoZXIgTGFzdCBDYWxsIGNvbW1lbnRzIHRoYXQgaGF2ZSBiZWVuIHJlY2VpdmVkLiBGb3IgbW9y
ZSBkZXRhaWxzDQpvbiB0aGUgSU5UIERpcmVjdG9yYXRlLCBzZWUNCmh0dHBzOi8vZGF0YXRyYWNr
ZXIuaWV0Zi5vcmcvZ3JvdXAvaW50ZGlyL2Fib3V0Ly4NCg0KUmV2aWV3ZXI6IERvbmFsZCBFYXN0
bGFrZSwgSUlJDQpSZXZpZXcgUmVzdWx0OiBSZWFkeSB3aXRoIG5vbi10ZWNobmljYWwgaXNzdWVz
DQoNClRoZSBkcmFmdCBsb29rcyBnb29kIHRlY2huaWNhbGx5LCBidXQ6DQoNCklzc3Vlcw0KLS0t
LS0NCg0KU2VjdGlvbiA0OiBEb2VzIHRoZSBJRVRGIGFsbG93IGRpcmVjdCByZWZlcmVuY2VzIGlu
dG8gZ2l0aHViIGluIHRoZQ0KbWFpbiBib2R5IG9mIGEgc3RhbmRhcmRzIHRyYWNrIFJGQz8gTG9v
a3MgbGlrZSBhbGwgdGhlIGNvbXBhcmlzb24gY29kZQ0KaXMgaW4gdGhlIEFwcGVuZGl4LiBDYW4g
dGhlIGdpdGh1YiByZWZlcmVuY2UgYXQgbGVhc3QgYmUgbW92ZWQgdG8gdGhlDQpBcHBlbmRpeD8N
Cg0KU2VjdGlvbiAxMS4yOiBBcyBmYXIgYXMgSSBrbm93LCB0aGVyZSBhcmUgb25seSBub3JtYXRp
dmUgYW5kDQppbmZvcm1hdGlvbmFsIHJlZmVyZW5jZXMsIG5vdCAiVVJJcyIgcmVmZXJlbmNlcy4N
Cg0KRWRpdG9yaWFsDQotLS0tLS0tLS0NCg0KU2VjdGlvbiAxLCAxc3Qgc2VudGVuY2U6ICJ0byBi
ZSBhbHNvIGNhcGFibGUgb2Ygc3VwcG9ydGluZyIgLT4gInRvDQphbHNvIHN1cHBvcnQiDQoNClNl
Y3Rpb24gMSwgMm5kIHNlbnRlbmNlOg0KT0xEDQogICBUaGlzIGRvY3VtZW50IGFuYWx5emVzIHRo
ZSBkaWZmZXJlbmNlcyBvZiBJUHY2IFtSRkM4MjAwXSBmbG93cw0KICAgZGVzY3JpcHRpb24gZnJv
bSB0aG9zZSBvZiB0cmFkaXRpb25hbCBJUHY0IHBhY2tldHMgYW5kIHByb3Bvc2UgYQ0KICAgc3Vi
c2V0IG9mIG5ldyBCb3JkZXIgR2F0ZXdheSBQcm90b2NvbCBbUkZDNDI3MV0gZW5jb2RpbmcgZm9y
bWF0cyB0bw0KICAgZW5hYmxlIERpc3NlbWluYXRpb24gb2YgRmxvdyBTcGVjaWZpY2F0aW9uIFJ1
bGVzDQogICBbSS1ELmlldGYtaWRyLXJmYzU1NzViaXNdIGZvciBJUHY2Lg0KTkVXDQogICBUaGlz
IGRvY3VtZW50IGFuYWx5emVzIHRoZSBkaWZmZXJlbmNlcyBiZXR3ZWVuIGRlc2NyaWJpbmcgSVB2
Ng0KICAgW1JGQzgyMDBdIGZsb3dzIGFuZCB0aG9zZSBvZiB0cmFkaXRpb25hbCBJUHY0IHBhY2tl
dHMuIEl0IHNwZWNpZmllcw0KICAgbmV3IEJvcmRlciBHYXRld2F5IFByb3RvY29sIFtSRkM0Mjcx
XSBlbmNvZGluZyBmb3JtYXRzIHRvIGVuYWJsZQ0KICAgRGlzc2VtaW5hdGlvbiBvZiBGbG93IFNw
ZWNpZmljYXRpb24gUnVsZXMgW0ktRC5pZXRmLWlkci1yZmM1NTc1YmlzXQ0KICAgZm9yIElQdjYu
DQoNClRoZXJlIGFyZSBzb21lIG90aGVyIG1pbm9yIGVkaXRvcmlhbCB0aGluZ3MgbGlrZSBwbHVy
YWwvc2luZ3VsYXINCmZvcm1zIGJ1dCBJIGFzc3VtZSB0aGUgUkZDIEVkaXRvciB3aWxsIGZpeCB0
aG9zZS4NCg0KVGhhbmtzLA0KRG9uYWxkDQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
DQogRG9uYWxkIEUuIEVhc3RsYWtlIDNyZCAgICsxLTUwOC0zMzMtMjI3MCAoY2VsbCkNCiAyMzg2
IFBhbm9yYW1pYyBDaXJjbGUsIEFwb3BrYSwgRkwgMzI3MDMgVVNBDQogZDNlM2UzQGdtYWlsLmNv
bTxtYWlsdG86ZDNlM2UzQGdtYWlsLmNvbT4NCg==

--_000_86A96CBD369F48A3B5CD88B1F80A93C9ciscocom_
Content-Type: text/html; charset="utf-8"
Content-ID: <8C438E3A0A6D664894F87491035F8BB5@namprd11.prod.outlook.com>
Content-Transfer-Encoding: base64

PGh0bWwgeG1sbnM6bz0idXJuOnNjaGVtYXMtbWljcm9zb2Z0LWNvbTpvZmZpY2U6b2ZmaWNlIiB4
bWxuczp3PSJ1cm46c2NoZW1hcy1taWNyb3NvZnQtY29tOm9mZmljZTp3b3JkIiB4bWxuczptPSJo
dHRwOi8vc2NoZW1hcy5taWNyb3NvZnQuY29tL29mZmljZS8yMDA0LzEyL29tbWwiIHhtbG5zPSJo
dHRwOi8vd3d3LnczLm9yZy9UUi9SRUMtaHRtbDQwIj4NCjxoZWFkPg0KPG1ldGEgaHR0cC1lcXVp
dj0iQ29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9dXRmLTgiPg0KPG1l
dGEgbmFtZT0iR2VuZXJhdG9yIiBjb250ZW50PSJNaWNyb3NvZnQgV29yZCAxNSAoZmlsdGVyZWQg
bWVkaXVtKSI+DQo8c3R5bGU+PCEtLQ0KLyogRm9udCBEZWZpbml0aW9ucyAqLw0KQGZvbnQtZmFj
ZQ0KCXtmb250LWZhbWlseToiQ2FtYnJpYSBNYXRoIjsNCglwYW5vc2UtMToyIDQgNSAzIDUgNCA2
IDMgMiA0O30NCkBmb250LWZhY2UNCgl7Zm9udC1mYW1pbHk6Q2FsaWJyaTsNCglwYW5vc2UtMToy
IDE1IDUgMiAyIDIgNCAzIDIgNDt9DQovKiBTdHlsZSBEZWZpbml0aW9ucyAqLw0KcC5Nc29Ob3Jt
YWwsIGxpLk1zb05vcm1hbCwgZGl2Lk1zb05vcm1hbA0KCXttYXJnaW46MGNtOw0KCWZvbnQtc2l6
ZToxMS4wcHQ7DQoJZm9udC1mYW1pbHk6IkNhbGlicmkiLHNhbnMtc2VyaWY7fQ0KYTpsaW5rLCBz
cGFuLk1zb0h5cGVybGluaw0KCXttc28tc3R5bGUtcHJpb3JpdHk6OTk7DQoJY29sb3I6Ymx1ZTsN
Cgl0ZXh0LWRlY29yYXRpb246dW5kZXJsaW5lO30NCnNwYW4uRW1haWxTdHlsZTE4DQoJe21zby1z
dHlsZS10eXBlOnBlcnNvbmFsLXJlcGx5Ow0KCWZvbnQtZmFtaWx5OiJDYWxpYnJpIixzYW5zLXNl
cmlmOw0KCWNvbG9yOndpbmRvd3RleHQ7fQ0KLk1zb0NocERlZmF1bHQNCgl7bXNvLXN0eWxlLXR5
cGU6ZXhwb3J0LW9ubHk7DQoJZm9udC1zaXplOjEwLjBwdDt9DQpAcGFnZSBXb3JkU2VjdGlvbjEN
Cgl7c2l6ZTo2MTIuMHB0IDc5Mi4wcHQ7DQoJbWFyZ2luOjcyLjBwdCA3Mi4wcHQgNzIuMHB0IDcy
LjBwdDt9DQpkaXYuV29yZFNlY3Rpb24xDQoJe3BhZ2U6V29yZFNlY3Rpb24xO30NCi0tPjwvc3R5
bGU+DQo8L2hlYWQ+DQo8Ym9keSBsYW5nPSJlbi1CRSIgbGluaz0iYmx1ZSIgdmxpbms9InB1cnBs
ZSIgc3R5bGU9IndvcmQtd3JhcDpicmVhay13b3JkIj4NCjxkaXYgY2xhc3M9IldvcmRTZWN0aW9u
MSI+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyI+RG9uYWxkLDxvOnA+
PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVT
Ij48bzpwPiZuYnNwOzwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3Bh
biBsYW5nPSJFTi1VUyI+VGhhbmsgeW91IGZvciB5b3VyIElOVCBkaXJlY3RvcmF0ZSByZXZpZXcs
IGl0IGRpZCBub3QgYXBwZWFyIGluIHRoZSBkYXRhIHRyYWNrZXIgc28gSSBkaWQgbm90IHNlZSBp
dCBiZWZvcmUgdGhlIElFU0cgYmFsbG90LCBidXQsIGFzIHlvdSBtYXkgaGF2ZSBzZWVuIEkgcHV0
IGl0IGJhY2sgb24gdHJhY2sgd2l0aCB0aGUgYXV0aG9yczxvOnA+PC9vOnA+PC9zcGFuPjwvcD4N
CjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxhbmc9IkVOLVVTIj48bzpwPiZuYnNwOzwvbzpw
Pjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIj48c3BhbiBsYW5nPSJFTi1VUyI+UmVn
YXJkczxvOnA+PC9vOnA+PC9zcGFuPjwvcD4NCjxwIGNsYXNzPSJNc29Ob3JtYWwiPjxzcGFuIGxh
bmc9IkVOLVVTIj48bzpwPiZuYnNwOzwvbzpwPjwvc3Bhbj48L3A+DQo8cCBjbGFzcz0iTXNvTm9y
bWFsIj48c3BhbiBsYW5nPSJFTi1VUyI+LcOpcmljPG86cD48L286cD48L3NwYW4+PC9wPg0KPHAg
Y2xhc3M9Ik1zb05vcm1hbCI+PHNwYW4gbGFuZz0iRU4tVVMiPjxvOnA+Jm5ic3A7PC9vOnA+PC9z
cGFuPjwvcD4NCjxkaXYgc3R5bGU9ImJvcmRlcjpub25lO2JvcmRlci10b3A6c29saWQgI0I1QzRE
RiAxLjBwdDtwYWRkaW5nOjMuMHB0IDBjbSAwY20gMGNtIj4NCjxwIGNsYXNzPSJNc29Ob3JtYWwi
IHN0eWxlPSJtYXJnaW4tbGVmdDozNi4wcHQiPjxiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6MTIu
MHB0O2NvbG9yOmJsYWNrIj5Gcm9tOg0KPC9zcGFuPjwvYj48c3BhbiBzdHlsZT0iZm9udC1zaXpl
OjEyLjBwdDtjb2xvcjpibGFjayI+RG9uYWxkIEVhc3RsYWtlICZsdDtkM2UzZTNAZ21haWwuY29t
Jmd0Ozxicj4NCjxiPkRhdGU6IDwvYj5Nb25kYXksIDIgTm92ZW1iZXIgMjAyMCBhdCAwNDoyMjxi
cj4NCjxiPlRvOiA8L2I+JnF1b3Q7aW50LWRpckBpZXRmLm9yZyZxdW90OyAmbHQ7aW50LWRpckBp
ZXRmLm9yZyZndDssIEVyaWMgVnluY2tlICZsdDtldnluY2tlQGNpc2NvLmNvbSZndDs8YnI+DQo8
Yj5DYzogPC9iPiZxdW90O2xhc3QtY2FsbEBpZXRmLm9yZyZxdW90OyAmbHQ7bGFzdC1jYWxsQGll
dGYub3JnJmd0OywgJnF1b3Q7ZHJhZnQtaWV0Zi1pZHItZmxvdy1zcGVjLXY2LmFsbEBpZXRmLm9y
ZyZxdW90OyAmbHQ7ZHJhZnQtaWV0Zi1pZHItZmxvdy1zcGVjLXY2LmFsbEBpZXRmLm9yZyZndDs8
YnI+DQo8Yj5TdWJqZWN0OiA8L2I+SW50ZGlyIHRlbGVjaGF0IHJldmlldyBvZiBkcmFmdC1pZXRm
LWlkci1mbG93LXNwZWMtdjY8bzpwPjwvbzpwPjwvc3Bhbj48L3A+DQo8L2Rpdj4NCjxkaXY+DQo8
cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48bzpwPiZuYnNw
OzwvbzpwPjwvcD4NCjwvZGl2Pg0KPGRpdj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBz
dHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij5JIGFtIGFuIGFzc2lnbmVkIElOVCBkaXJlY3RvcmF0
ZSByZXZpZXdlciBmb3I8YnI+DQpkcmFmdC1pZXRmLWlkci1mbG93LXNwZWMtdjYuIFRoZXNlIGNv
bW1lbnRzIHdlcmUgd3JpdHRlbiBwcmltYXJpbHkgZm9yPGJyPg0KdGhlIGJlbmVmaXQgb2YgdGhl
IEludGVybmV0IEFyZWEgRGlyZWN0b3JzLiBEb2N1bWVudCBlZGl0b3JzIGFuZDxicj4NCnNoZXBo
ZXJkKHMpIHNob3VsZCB0cmVhdCB0aGVzZSBjb21tZW50cyBqdXN0IGxpa2UgdGhleSB3b3VsZCB0
cmVhdDxicj4NCmNvbW1lbnRzIGZyb20gYW55IG90aGVyIElFVEYgY29udHJpYnV0b3JzIGFuZCBy
ZXNvbHZlIHRoZW0gYWxvbmcgd2l0aDxicj4NCmFueSBvdGhlciBMYXN0IENhbGwgY29tbWVudHMg
dGhhdCBoYXZlIGJlZW4gcmVjZWl2ZWQuIEZvciBtb3JlIGRldGFpbHM8YnI+DQpvbiB0aGUgSU5U
IERpcmVjdG9yYXRlLCBzZWU8YnI+DQo8YSBocmVmPSJodHRwczovL2RhdGF0cmFja2VyLmlldGYu
b3JnL2dyb3VwL2ludGRpci9hYm91dC8iPmh0dHBzOi8vZGF0YXRyYWNrZXIuaWV0Zi5vcmcvZ3Jv
dXAvaW50ZGlyL2Fib3V0LzwvYT4uPGJyPg0KPGJyPg0KUmV2aWV3ZXI6IERvbmFsZCBFYXN0bGFr
ZSwgSUlJPGJyPg0KUmV2aWV3IFJlc3VsdDogUmVhZHkgd2l0aCBub24tdGVjaG5pY2FsIGlzc3Vl
czxicj4NCjxicj4NClRoZSBkcmFmdCBsb29rcyBnb29kIHRlY2huaWNhbGx5LCBidXQ6Jm5ic3A7
PG86cD48L286cD48L3A+DQo8L2Rpdj4NCjxkaXY+DQo8cCBjbGFzcz0iTXNvTm9ybWFsIiBzdHls
ZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48YnI+DQpJc3N1ZXM8YnI+DQotLS0tLTxicj4NCjxicj4N
ClNlY3Rpb24gNDogRG9lcyB0aGUgSUVURiBhbGxvdyBkaXJlY3QgcmVmZXJlbmNlcyBpbnRvIGdp
dGh1YiBpbiB0aGU8YnI+DQptYWluIGJvZHkgb2YgYSBzdGFuZGFyZHMgdHJhY2sgUkZDPyBMb29r
cyBsaWtlIGFsbCB0aGUgY29tcGFyaXNvbiBjb2RlPGJyPg0KaXMgaW4gdGhlIEFwcGVuZGl4LiBD
YW4gdGhlIGdpdGh1YiByZWZlcmVuY2UgYXQgbGVhc3QgYmUgbW92ZWQgdG8gdGhlPGJyPg0KQXBw
ZW5kaXg/PGJyPg0KPGJyPg0KU2VjdGlvbiAxMS4yOiBBcyBmYXIgYXMgSSBrbm93LCB0aGVyZSBh
cmUgb25seSBub3JtYXRpdmUgYW5kPGJyPg0KaW5mb3JtYXRpb25hbCByZWZlcmVuY2VzLCBub3Qg
JnF1b3Q7VVJJcyZxdW90OyByZWZlcmVuY2VzLjxicj4NCjxicj4NCkVkaXRvcmlhbDxicj4NCi0t
LS0tLS0tLTxicj4NCjxicj4NClNlY3Rpb24gMSwgMXN0IHNlbnRlbmNlOiAmcXVvdDt0byBiZSBh
bHNvIGNhcGFibGUgb2Ygc3VwcG9ydGluZyZxdW90OyAtJmd0OyAmcXVvdDt0bzxicj4NCmFsc28g
c3VwcG9ydCZxdW90Ozxicj4NCjxicj4NClNlY3Rpb24gMSwgMm5kIHNlbnRlbmNlOjxicj4NCk9M
RDxicj4NCiZuYnNwOyAmbmJzcDtUaGlzIGRvY3VtZW50IGFuYWx5emVzIHRoZSBkaWZmZXJlbmNl
cyBvZiBJUHY2IFtSRkM4MjAwXSBmbG93czxicj4NCiZuYnNwOyAmbmJzcDtkZXNjcmlwdGlvbiBm
cm9tIHRob3NlIG9mIHRyYWRpdGlvbmFsIElQdjQgcGFja2V0cyBhbmQgcHJvcG9zZSBhPGJyPg0K
Jm5ic3A7ICZuYnNwO3N1YnNldCBvZiBuZXcgQm9yZGVyIEdhdGV3YXkgUHJvdG9jb2wgW1JGQzQy
NzFdIGVuY29kaW5nIGZvcm1hdHMgdG88YnI+DQombmJzcDsgJm5ic3A7ZW5hYmxlIERpc3NlbWlu
YXRpb24gb2YgRmxvdyBTcGVjaWZpY2F0aW9uIFJ1bGVzPGJyPg0KJm5ic3A7ICZuYnNwO1tJLUQu
aWV0Zi1pZHItcmZjNTU3NWJpc10gZm9yIElQdjYuPGJyPg0KTkVXPGJyPg0KJm5ic3A7ICZuYnNw
O1RoaXMgZG9jdW1lbnQgYW5hbHl6ZXMgdGhlIGRpZmZlcmVuY2VzIGJldHdlZW4gZGVzY3JpYmlu
ZyBJUHY2PGJyPg0KJm5ic3A7ICZuYnNwO1tSRkM4MjAwXSBmbG93cyBhbmQgdGhvc2Ugb2YgdHJh
ZGl0aW9uYWwgSVB2NCBwYWNrZXRzLiBJdCBzcGVjaWZpZXM8YnI+DQombmJzcDsgJm5ic3A7bmV3
IEJvcmRlciBHYXRld2F5IFByb3RvY29sIFtSRkM0MjcxXSBlbmNvZGluZyBmb3JtYXRzIHRvIGVu
YWJsZTxicj4NCiZuYnNwOyAmbmJzcDtEaXNzZW1pbmF0aW9uIG9mIEZsb3cgU3BlY2lmaWNhdGlv
biBSdWxlcyBbSS1ELmlldGYtaWRyLXJmYzU1NzViaXNdPGJyPg0KJm5ic3A7ICZuYnNwO2ZvciBJ
UHY2Ljxicj4NCjxicj4NClRoZXJlIGFyZSBzb21lIG90aGVyIG1pbm9yIGVkaXRvcmlhbCB0aGlu
Z3MgbGlrZSBwbHVyYWwvc2luZ3VsYXI8YnI+DQpmb3JtcyBidXQgSSBhc3N1bWUgdGhlIFJGQyBF
ZGl0b3Igd2lsbCBmaXggdGhvc2UuPG86cD48L286cD48L3A+DQo8L2Rpdj4NCjxkaXY+DQo8cCBj
bGFzcz0iTXNvTm9ybWFsIiBzdHlsZT0ibWFyZ2luLWxlZnQ6MzYuMHB0Ij48bzpwPiZuYnNwOzwv
bzpwPjwvcD4NCjxkaXY+DQo8ZGl2Pg0KPHAgY2xhc3M9Ik1zb05vcm1hbCIgc3R5bGU9Im1hcmdp
bi1sZWZ0OjM2LjBwdCI+VGhhbmtzLDxicj4NCkRvbmFsZDxicj4NCj09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT08YnI+DQombmJzcDtEb25hbGQgRS4gRWFzdGxha2UgM3JkICZuYnNwOyAr
MS01MDgtMzMzLTIyNzAgKGNlbGwpPGJyPg0KJm5ic3A7MjM4NiBQYW5vcmFtaWMgQ2lyY2xlLCBB
cG9wa2EsIEZMIDMyNzAzIFVTQTxicj4NCiZuYnNwOzxhIGhyZWY9Im1haWx0bzpkM2UzZTNAZ21h
aWwuY29tIiB0YXJnZXQ9Il9ibGFuayI+ZDNlM2UzQGdtYWlsLmNvbTwvYT48bzpwPjwvbzpwPjwv
cD4NCjwvZGl2Pg0KPC9kaXY+DQo8L2Rpdj4NCjwvZGl2Pg0KPC9kaXY+DQo8L2JvZHk+DQo8L2h0
bWw+DQo=

--_000_86A96CBD369F48A3B5CD88B1F80A93C9ciscocom_--

