Re: I-D Action: draft-ietf-bfd-optimizing-authentication-10.txt

Jeffrey Haas <jhaas@pfrc.org> Tue, 21 July 2020 00:38 UTC

Return-Path: <jhaas@slice.pfrc.org>
X-Original-To: rtg-bfd@ietfa.amsl.com
Delivered-To: rtg-bfd@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3E6363A122C for <rtg-bfd@ietfa.amsl.com>; Mon, 20 Jul 2020 17:38:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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 By5CKrOZs6np for <rtg-bfd@ietfa.amsl.com>; Mon, 20 Jul 2020 17:38:14 -0700 (PDT)
Received: from slice.pfrc.org (slice.pfrc.org [67.207.130.108]) by ietfa.amsl.com (Postfix) with ESMTP id CDCC23A1227 for <rtg-bfd@ietf.org>; Mon, 20 Jul 2020 17:38:14 -0700 (PDT)
Received: by slice.pfrc.org (Postfix, from userid 1001) id A563A1E342; Mon, 20 Jul 2020 20:48:57 -0400 (EDT)
Date: Mon, 20 Jul 2020 20:48:57 -0400
From: Jeffrey Haas <jhaas@pfrc.org>
To: Mahesh Jethanandani <mjethanandani@gmail.com>
Cc: rtg-bfd@ietf.org
Subject: Re: I-D Action: draft-ietf-bfd-optimizing-authentication-10.txt
Message-ID: <20200721004857.GB31779@pfrc.org>
References: <159466724499.14803.15233027731222579839@ietfa.amsl.com> <FC5206AF-9CDB-4CC2-9967-B4BF5A17141B@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <FC5206AF-9CDB-4CC2-9967-B4BF5A17141B@gmail.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: <https://mailarchive.ietf.org/arch/msg/rtg-bfd/gDe26Wg8UUiguVOQt8wqF8FjZvc>
X-BeenThere: rtg-bfd@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "RTG Area: Bidirectional Forwarding Detection DT" <rtg-bfd.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rtg-bfd>, <mailto:rtg-bfd-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rtg-bfd/>
List-Post: <mailto:rtg-bfd@ietf.org>
List-Help: <mailto:rtg-bfd-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rtg-bfd>, <mailto:rtg-bfd-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 21 Jul 2020 00:38:16 -0000

Mahesh,

While reviewing version -10, I had the following questions:

For the state machine changes, in the Init->Init state, we have NULL auth.
While this is a "boring" transition, it's also happening at a very slow part
of the state machine; timers should be once a second.  Is there a strong
argument to use NULL here?

In section 3:
:   Sequence Number: The sequence number for this packet.  Implementation
:   may use sequence numbers (bfd.XmitAuthSeq) as defined in BFD
:   [RFC5880], or secure sequence numbers as defined in Secure BFD
:   Sequence Numbers [I-D.ietf-bfd-secure-sequence-numbers].

In the core BFD spec, it distinguishes between occasional and meticulous
modes and uses different code points to determine what you do.  I suspect
your intent is that we always use meticulous mode here?

-- Jeff


On Mon, Jul 13, 2020 at 01:56:14PM -0700, Mahesh Jethanandani wrote:
> > A New Internet-Draft is available from the on-line Internet-Drafts directories.
> > This draft is a work item of the Bidirectional Forwarding Detection WG of the IETF.
> > 
> >        Title           : Optimizing BFD Authentication
> >        Authors         : Mahesh Jethanandani
> >                          Ashesh Mishra
> >                          Ankur Saxena
> >                          Manav Bhatia
> > 	Filename        : draft-ietf-bfd-optimizing-authentication-10.txt
> > 	Pages           : 8
> > 	Date            : 2020-07-13
> > 
> > Abstract:
> >   This document describes an optimization to BFD Authentication as
> >   described in Section 6.7 of BFD RFC 5880.  This document updates RFC
> >   5880.