--- 1/draft-ietf-bfd-unsolicited-05.txt 2021-10-21 16:13:10.370177774 -0700 +++ 2/draft-ietf-bfd-unsolicited-06.txt 2021-10-21 16:13:10.398178481 -0700 @@ -1,22 +1,22 @@ Network Working Group E. Chen Internet-Draft Palo Alto Networks Intended status: Standards Track N. Shen -Expires: April 22, 2022 Zededa +Expires: April 24, 2022 Zededa R. Raszuk NTT Network Innovations R. Rahman - October 19, 2021 + October 21, 2021 Unsolicited BFD for Sessionless Applications - draft-ietf-bfd-unsolicited-05 + draft-ietf-bfd-unsolicited-06 Abstract For operational simplification of "sessionless" applications using BFD, in this document we present procedures for "unsolicited BFD" that allow a BFD session to be initiated by only one side, and be established without explicit per-session configuration or registration by the other side (subject to certain per-interface or per-router policies). @@ -36,21 +36,21 @@ 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 April 22, 2022. + This Internet-Draft will expire on April 24, 2022. Copyright Notice Copyright (c) 2021 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 publication of this document. Please review these documents @@ -216,21 +216,21 @@ +--:(single-interval) {single-minimum-interval}? +--rw min-interval? uint32 augment /rt:routing/rt:control-plane-protocols /rt:control-plane-protocol/bfd:bfd/bfd-ip-sh:ip-sh /bfd-ip-sh:sessions/bfd-ip-sh:session: +--ro unsolicited +--ro role? bfd-unsol:unsolicited-role 4.2. Unsolicited BFD Module - file "ietf-bfd-unsolicited@2021-10-15.yang" + file "ietf-bfd-unsolicited@2021-10-21.yang" module ietf-bfd-unsolicited { yang-version 1.1; namespace "urn:ietf:params:xml:ns:yang:ietf-bfd-unsolicited"; prefix "bfd-unsol"; // RFC Ed.: replace occurences of YYYY with actual RFC numbers @@ -280,23 +280,23 @@ 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). This version of this YANG module is part of RFC YYYY; see the RFC itself for full legal notices."; reference "RFC YYYY"; - revision 2021-10-15 { + revision 2021-10-21 { description "Initial revision."; - reference "RFC 9127: A YANG data model for BFD unsolicited"; + reference "RFC YYYY: A YANG data model for BFD unsolicited"; } /* * Feature definitions */ feature unsolicited-params-global { description "This feature indicates that the server supports global parameters for unsolicited sessions."; } @@ -344,21 +344,22 @@ } augment "/rt:routing/rt:control-plane-protocols/" + "rt:control-plane-protocol/bfd:bfd/bfd-ip-sh:ip-sh/" + "bfd-ip-sh:interfaces" { description "Augmentation for BFD unsolicited on IP single-hop interface"; container unsolicited { if-feature bfd-unsol:unsolicited-params-per-interface; description - "BFD IP single-hop interface unsolicited top level container"; + "BFD IP single-hop interface unsolicited top level + container"; leaf enable { type boolean; default false; description "Enable BFD unsolicited on this interface."; } uses bfd-types:base-cfg-parms; } } augment "/rt:routing/rt:control-plane-protocols/"