Skip to content

Commit 47cfdcb

Browse files
xorrkazjclarke-csco
authored andcommitted
yc.o sync (#1612)
1 parent f9a4a00 commit 47cfdcb

19 files changed

+2471
-1738
lines changed

experimental/ietf-extracted-YANG-modules/[email protected]

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,6 @@ module iana-display-hints {
164164
"RFC 4122: A Universally Unique IDentifier (UUID) URN Namespace";
165165
amm:base "//ietf/amm/IDENT/base-bstr";
166166
}
167-
amm:ident display-bstr-uuid {
168-
amm:enum 17;
169-
description
170-
"Interpret byte string values as UUID and display as human-friendly text
171-
according to RFC 4122 conventions.";
172-
reference
173-
"RFC 4122: A Universally Unique IDentifier (UUID) URN Namespace";
174-
amm:base "//ietf-amm/IDENT/base-bstr";
175-
}
176167

177168
// TIME type (TP or TD built-ins) hints
178169
amm:ident base-time {
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ module ietf-bfd-opt-auth {
5959
WG List: <[email protected]>
6060
6161
Authors: Mahesh Jethanandani ([email protected])
62-
Ashesh Mishra (mishra.ashesh@gmail.com)
62+
Ashesh Mishra (ashesh@aalyria.com)
6363
Ankur Saxena ([email protected])
64-
Manav Bhatia ([email protected]).";
64+
Manav Bhatia ([email protected])
65+
Jeffrey Haas ([email protected]).";
6566

6667
description
6768
"This YANG module augments the base BFD YANG model to add
@@ -87,7 +88,7 @@ module ietf-bfd-opt-auth {
8788
described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
8889
they appear in all capitals, as shown here.";
8990

90-
revision "2025-04-16" {
91+
revision "2025-06-04" {
9192
description
9293
"Initial Version.";
9394
reference
@@ -140,6 +141,7 @@ module ietf-bfd-opt-auth {
140141
operations.";
141142
}
142143
}
144+
143145
augment "/rt:routing/rt:control-plane-protocols" +
144146
"/rt:control-plane-protocol/bfd:bfd/bfd-ip-sh:ip-sh" +
145147
"/bfd-ip-sh:sessions/bfd-ip-sh:session" +
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ module ietf-bfd-stability {
7272

7373
description
7474
"This YANG module augments the base BFD YANG model to add
75-
attributes related to BFD Stability. In particular it adds a
76-
a per session count for BFD packets that are lost.
75+
attributes related to BFD Stability. In particular, it adds a
76+
a per-session count for BFD packets that are lost.
7777
78-
Copyright (c) 2024 IETF Trust and the persons identified as
78+
Copyright (c) 2025 IETF Trust and the persons identified as
7979
authors of the code. All rights reserved.
8080
8181
Redistribution and use in source and binary forms, with or
8282
without modification, is permitted pursuant to, and subject to
83-
the license terms contained in, the Revised BSD License set
83+
the license terms contained in the Revised BSD License set
8484
forth in Section 4.c of the IETF Trust's Legal Provisions
8585
Relating to IETF Documents
8686
(https://trustee.ietf.org/license-info).
@@ -95,7 +95,7 @@ module ietf-bfd-stability {
9595
described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
9696
they appear in all capitals, as shown here.";
9797

98-
revision "2025-04-07" {
98+
revision "2025-06-11" {
9999
description
100100
"Initial Version.";
101101
reference
@@ -141,7 +141,7 @@ module ietf-bfd-stability {
141141
default false;
142142
description
143143
"If set to true, this enables the BFD session to monitor
144-
for stability; i.e., to watch how many packets are getting
144+
for stability, i.e., to watch how many packets are getting
145145
dropped.";
146146
}
147147
description
@@ -160,7 +160,7 @@ module ietf-bfd-stability {
160160
default false;
161161
description
162162
"If set to true, this enables the BFD session to monitor
163-
for stability; i.e., to watch how many packets are getting
163+
for stability, i.e., to watch how many packets are getting
164164
dropped.";
165165
}
166166
description
@@ -179,7 +179,7 @@ module ietf-bfd-stability {
179179
default false;
180180
description
181181
"If set to true, this enables the BFD session to monitor
182-
for stability; i.e., to watch how many packets are getting
182+
for stability, i.e., to watch how many packets are getting
183183
dropped.";
184184
}
185185
description
@@ -198,7 +198,7 @@ module ietf-bfd-stability {
198198
default false;
199199
description
200200
"If set to true, this enables the BFD session to monitor
201-
for stability; i.e., to watch how many packets are getting
201+
for stability, i.e., to watch how many packets are getting
202202
dropped.";
203203
}
204204
description

0 commit comments

Comments
 (0)