Re: WGLC for BFD Multipoint documents (last round)

Jeffrey Haas <jhaas@pfrc.org> Tue, 19 December 2017 16:01 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 DBCA3126C26 for <rtg-bfd@ietfa.amsl.com>; Tue, 19 Dec 2017 08:01:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level:
X-Spam-Status: No, score=-1.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 FilikrvcPzRm for <rtg-bfd@ietfa.amsl.com>; Tue, 19 Dec 2017 08:01:35 -0800 (PST)
Received: from slice.pfrc.org (slice.pfrc.org [67.207.130.108]) by ietfa.amsl.com (Postfix) with ESMTP id 0C39C12D7FC for <rtg-bfd@ietf.org>; Tue, 19 Dec 2017 08:01:34 -0800 (PST)
Received: by slice.pfrc.org (Postfix, from userid 1001) id C61931E35A; Tue, 19 Dec 2017 11:05:37 -0500 (EST)
Date: Tue, 19 Dec 2017 11:05:37 -0500
From: Jeffrey Haas <jhaas@pfrc.org>
To: "Carlos Pignataro (cpignata)" <cpignata@cisco.com>
Cc: Greg Mirsky <gregimirsky@gmail.com>, "rtg-bfd@ietf.org" <rtg-bfd@ietf.org>
Subject: Re: WGLC for BFD Multipoint documents (last round)
Message-ID: <20171219160537.GH8708@pfrc.org>
References: <20171213172443.GC8708@pfrc.org> <CA+RyBmX6PHczvwEzc4UNqBioK8qv=wTfyeHg9j04EJNe1Uv0wA@mail.gmail.com> <746F74E2-7DFC-41A7-879F-4054CF95475C@cisco.com> <CA+RyBmWqGPTkBek+a0N+BaFr9QZ+xEKvWT5oRxPBuhFsQcizcw@mail.gmail.com> <38B53F72-66B9-4E8F-8BCE-C28A2C283D38@cisco.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <38B53F72-66B9-4E8F-8BCE-C28A2C283D38@cisco.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: <https://mailarchive.ietf.org/arch/msg/rtg-bfd/oFKYHIsNQKoIiEOjQOeC7VDOz68>
X-BeenThere: rtg-bfd@ietf.org
X-Mailman-Version: 2.1.22
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, 19 Dec 2017 16:01:37 -0000

[Speaking as an individual contributor.]

On Tue, Dec 19, 2017 at 02:20:11AM +0000, Carlos Pignataro (cpignata) wrote:
> S-BFD currently specified for p2p but I don't see a reason why S-BFD cannot be applied to p2mp cases. So, for a BFD node that supports both RFC 7880 and draft-ietf-bfd-multipoint values of variables may be SBFDInitiator and PointToPoint. And, at some time, there will be interest to define behavior of the SBFDInitiator/MultipointHead and SBFDReflector/MultipointTail combinations.
> 
> Thus I see this issue as name conflict that can be resolved by changing the name in draft-ietf-bfd-multipoint-* to something other than bfd.SessionType. Perhaps we can change the name to bfd.SessionTopology.

I concur with Carlos.  This really isn't a topology, simply a session type.
(And one that is core to even the original BFD spec, albeit simply a bit
that wasn't well defined!)

I also agree that the solution to permitting S-BFD with multipoint is to
simply have a value that expresses that combination.  At this point, S-BFD
with multipoint is undefined.

At this point it is also worth noting that the session type has no
centralized location covering their enumerations.  This leads to two
interesting observations:
- We could have an IANA registry for such things.  However, I'm not sure
  this is really need.  But this also means:
- Here's another case why some pieces of the BFD yang module likely shoudl
  be IANA maintained.  In this case, the bfd-path-type identity as the
  relevant example.

-- Jeff