Skip to content

Commit 57d7f9b

Browse files
authored
yc.o sync (#1651)
* Cronjob - daily check of IETF modules. * Cronjob - daily check of IANA modules.
1 parent ad0a8f8 commit 57d7f9b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+6278
-1689
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module iana-bfd-types {
3838
"RFC 9127: YANG Data Model for Bidirectional Forwarding
3939
Detection (BFD)";
4040

41-
revision 2025-03-02 {
41+
revision 2025-04-16 {
4242
description
4343
"Add NULL and Meticulous ISAAC authentication type.";
4444
reference
@@ -53,7 +53,6 @@ module iana-bfd-types {
5353
"RFC 9127: YANG Data Model for Bidirectional Forwarding
5454
Detection (BFD)";
5555
}
56-
5756
/*
5857
* Type definitions
5958
*/
@@ -123,7 +122,6 @@ module iana-bfd-types {
123122
reference
124123
"RFC 5880: Bidirectional Forwarding Detection (BFD)";
125124
}
126-
127125
typedef auth-type {
128126
type enumeration {
129127
enum reserved {

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,15 @@ 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+
}
167176

168177
// TIME type (TP or TD built-ins) hints
169178
amm:ident base-time {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module iana-isis-pics {
1919
"The YANG module defines the identities for IS-IS Protocol
2020
Implementation Conformance Statement (PICS).
2121
22-
Copyright (c) 2024 IETF Trust and the persons identified as
22+
Copyright (c) 2025 IETF Trust and the persons identified as
2323
authors of the code. All rights reserved.
2424
2525
Redistribution and use in source and binary forms, with or
@@ -33,7 +33,7 @@ module iana-isis-pics {
3333
(https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
3434
for full legal notices.";
3535

36-
revision 2024-03-03 {
36+
revision 2025-05-05 {
3737
description
3838
"Initial Version";
3939
reference
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ module ietf-bfd-opt-auth {
8787
described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
8888
they appear in all capitals, as shown here.";
8989

90-
revision "2025-03-02" {
90+
revision "2025-04-16" {
9191
description
9292
"Initial Version.";
9393
reference
@@ -140,7 +140,6 @@ module ietf-bfd-opt-auth {
140140
operations.";
141141
}
142142
}
143-
144143
augment "/rt:routing/rt:control-plane-protocols" +
145144
"/rt:control-plane-protocol/bfd:bfd/bfd-ip-sh:ip-sh" +
146145
"/bfd-ip-sh:sessions/bfd-ip-sh:session" +
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-02-26" {
98+
revision "2025-04-07" {
9999
description
100100
"Initial Version.";
101101
reference

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ module ietf-bgp-origin-as-validation {
9797
type enumeration {
9898
enum ineligible-orgin-as {
9999
description
100-
"Route was ineligible due to origin as validation";
100+
"Route was ineligible due to origin as number mismatch";
101101
}
102102
enum ineligible-max-len {
103103
description
104-
"Route was ineligible due to max-length of the prefix as
105-
validation";
104+
"Route was ineligible due to prefix maximum length
105+
mismatch";
106106
}
107107
}
108108
description
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ module ietf-fgotn-topology {
5252
Yanlei Zheng ([email protected]);
5353
Italo Busi ([email protected]);
5454
Chaode Yu ([email protected]);
55+
Xing Zhao ([email protected]);
5556
";
5657

5758
description
@@ -78,7 +79,7 @@ module ietf-fgotn-topology {
7879
// RFC Ed.: update the date below with the date of RFC publication
7980
// and remove this note.
8081

81-
revision 2024-07-07 {
82+
revision 2025-04-08 {
8283
description
8384
"initial version";
8485
reference
@@ -132,7 +133,7 @@ module ietf-fgotn-topology {
132133
}
133134

134135
leaf odu-ts-number {
135-
type uint16;
136+
type string;
136137
description
137138
"The index of server ODUk channel";
138139
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module ietf-fgotn-tunnel {
3333
Yanlei Zheng ([email protected]);
3434
Italo Busi ([email protected]);
3535
Chaode Yu ([email protected]);
36+
Xing Zhao ([email protected]);
3637
";
3738

3839
description
@@ -59,7 +60,7 @@ module ietf-fgotn-tunnel {
5960
// RFC Ed.: update the date below with the date of RFC publication
6061
// and remove this note.
6162

62-
revision 2024-07-07 {
63+
revision 2025-04-08 {
6364
description
6465
"initial version";
6566
reference

0 commit comments

Comments
 (0)