Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yc.o sync #1612

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2b04e9b
Cronjob - daily check of IETF modules.
Dec 2, 2024
8250a97
Cronjob - daily check of IETF modules.
Dec 3, 2024
f9798ea
Cronjob - daily check of IETF modules.
Dec 4, 2024
2d97dca
Cronjob - daily check of IETF modules.
Dec 5, 2024
6378e0d
Cronjob - daily check of IETF modules.
Dec 7, 2024
249543b
Cronjob - daily check of IETF modules.
Dec 10, 2024
efdc5d3
Cronjob - daily check of IANA modules.
Dec 11, 2024
1588e86
Cronjob - daily check of IANA modules.
Dec 12, 2024
6b68432
Merge branch 'main' of https://github.com/YangModels/yang into fork-main
Dec 16, 2024
91eee4f
Merge branch 'main' of https://github.com/YangModels/yang into fork-main
Dec 17, 2024
6d5124e
Cronjob - daily check of IETF modules.
Dec 17, 2024
e5407cd
Merge branch 'main' of https://github.com/YangModels/yang into fork-main
Dec 18, 2024
a2fe4c1
Merge branch 'main' of https://github.com/YangModels/yang into fork-main
Dec 19, 2024
3e688b5
Cronjob - daily check of IETF modules.
Dec 19, 2024
603e5c9
Merge branch 'main' of https://github.com/YangModels/yang into fork-main
Dec 20, 2024
536eb13
Cronjob - daily check of IETF modules.
Dec 22, 2024
e2541c3
Merge branch 'main' of https://github.com/YangModels/yang into fork-main
Dec 23, 2024
9bc6fca
Merge branch 'YangModels:main' into main
xorrkaz Dec 23, 2024
6db055f
Merge branch 'main' of https://github.com/ietf-tools/yang into fork-main
Dec 24, 2024
1dabd5b
Merge branch 'main' of https://github.com/YangModels/yang into fork-main
Dec 26, 2024
8a81335
Cronjob - daily check of IETF modules.
Jan 3, 2025
214b1fb
Cronjob - daily check of IETF modules.
Jan 4, 2025
27f9a1a
Cronjob - daily check of IETF modules.
Jan 5, 2025
e3023f6
Merge branch 'main' of https://github.com/YangModels/yang into fork-main
Jan 6, 2025
31afa6d
Cronjob - daily check of IETF modules.
Jan 8, 2025
ada843c
Cronjob - daily check of IETF modules.
Jan 9, 2025
f772ceb
Cronjob - daily check of IETF modules.
Jan 10, 2025
f450bb7
Cronjob - daily check of IETF modules.
Jan 11, 2025
6d3300e
Cronjob - daily check of IETF modules.
Jan 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ module ietf-altmark {
Author: [email protected]
Author: [email protected]
Author: [email protected]
Author: [email protected]
Author: [email protected]
Author: [email protected]
Author: [email protected]";
Author: [email protected]";

description
"This YANG module specifies a vendor-independent data
Expand All @@ -63,7 +60,7 @@ module ietf-altmark {
(https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
for full legal notices.";

revision 2024-06-19 {
revision 2025-01-08 {
description "First revision.";
reference "RFC XXXX: A YANG Data Model for Alternate-Marking";
}
Expand All @@ -85,6 +82,7 @@ module ietf-altmark {
/*
* IDENTITIES
*/

identity filter {
description
"Base identity to represent a filter. A filter is used to
Expand Down Expand Up @@ -181,6 +179,7 @@ module ietf-altmark {
description
"It indicates the AltMark Period.";
}

identity flow-mon-id {
description
"It indicates the FlowMonID.";
Expand Down Expand Up @@ -373,7 +372,6 @@ module ietf-altmark {
description
"Type of timestamp, such as Truncated PTP or NTP.";
}

list available-interface {
key "if-name";
description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,26 @@ module ietf-arp {
"WG Web: <https://datatracker.ietf.org/wg/rtgwg/>
WG List: <mailto: [email protected]>

Author: Feng Zheng <[email protected]>
Editor: Bo Wu <[email protected]>
Editor: Robert Wilton <[email protected]>
Editor: Fan Zhang <[email protected]>
Author: Yongqing Zhu <[email protected]>
Author: Xiaojian Ding <[email protected]";
Author: Feng Zheng
<[email protected]>
Editor: Bo Wu
<[email protected]>
Editor: Robert Wilton
<[email protected]>
Editor: Fan Zhang
<[email protected]>
Author: Yongqing Zhu
<[email protected]>
Author: Xiaojian Ding
<[email protected]>";

description
"This YANG module defines Address Resolution Protocol (ARP)
management, which includes static ARP configuration,
dynamic ARP learning, ARP entry query, and packet statistics
collection.

Copyright (c) 2024 IETF Trust and the persons identified as
Copyright (c) 2025 IETF Trust and the persons identified as
authors of the code. All rights reserved.

Redistribution and use in source and binary forms, with or
Expand All @@ -50,7 +57,7 @@ module ietf-arp {
This version of this YANG module is part of RFC XXXX; see the
RFC itself for full legal notices.";

revision 2024-06-30 {
revision 2025-01-02 {
description
"Init revision";
reference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ module ietf-ospf-sr-mpls {
This YANG model conforms to the Network Management
Datastore Architecture (NMDA) as described in RFC 8342.

Copyright (c) 2023 IETF Trust and the persons identified as
Copyright (c) 2025 IETF Trust and the persons identified as
authors of the code. All rights reserved.

Redistribution and use in source and binary forms, with or
Expand All @@ -97,7 +97,7 @@ module ietf-ospf-sr-mpls {
reference
"RFC XXXX";

revision 2024-06-19 {
revision 2025-01-03 {
description
"Initial revision.";
reference
Expand Down Expand Up @@ -729,8 +729,8 @@ module ietf-ospf-sr-mpls {
a lower priority being more preferred.";
}
description
"Enable SRLG (Shared Resource Link Group)
disjoint as a TI-LFA path selection tie-breaker.
"Enable SRLG (Sharsed Resource Link Group)
disjoint as a TI-LFA path selection tie-breaker.
A path providing node a disjoint path for SRLG
links from the primary path will be selected over
one that doesn't provide an SRLG disjoint path.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module ietf-otn-slice-mpi {
description
"Latest revision of MPI YANG model for OTN slicing.";
reference
"draft-ietf-ccamp-yang-otn-slicing-07: Framework and Data
"draft-ietf-ccamp-yang-otn-slicing-08: Framework and Data
Model for OTN Network Slicing";
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module ietf-otn-slice {
description
"Latest revision of NBI YANG model for OTN slicing.";
reference
"draft-ietf-ccamp-yang-otn-slicing-07: Framework and Data
"draft-ietf-ccamp-yang-otn-slicing-08: Framework and Data
Model for OTN Network Slicing";
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ module ietf-resource-pm {
}
config false;
description
"the type of resource, such as NE, board or port";
"the type of resource, such as NE, board or port";
}

leaf holding-time {
Expand Down
Loading
Loading