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

Merged
merged 42 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 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
874eed2
Merge branch 'main' of https://github.com/YangModels/yang into fork-main
Jan 14, 2025
d00d56c
Cronjob - daily check of IETF modules.
Jan 14, 2025
ad83152
Cronjob - daily check of IANA modules.
Jan 15, 2025
9a1d71d
Cronjob - daily check of IETF modules.
Jan 15, 2025
10ad864
Cronjob - daily check of IETF modules.
Jan 16, 2025
945b1b1
Cronjob - daily check of IETF modules.
Jan 19, 2025
70fe2a3
Cronjob - daily check of IETF modules.
Jan 20, 2025
1920b1f
Cronjob - daily check of IETF modules.
Jan 22, 2025
8ad775e
Merge branch 'main' of https://github.com/YangModels/yang into fork-main
Jan 23, 2025
af7f529
Merge branch 'YangModels:main' into main
xorrkaz Jan 23, 2025
e8dd41f
Merge branch 'main' of https://github.com/ietf-tools/yang into fork-main
Jan 23, 2025
db6b536
Cronjob - daily check of IETF modules.
Jan 24, 2025
d36ad4b
Cronjob - daily check of IETF modules.
Jan 26, 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
18 changes: 14 additions & 4 deletions ...odules/[email protected] → ...odules/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module iana-display-hints {
yang-version 1.1;
namespace "ari://iana-display-hints";
namespace "ari://iana-display-hints/";
prefix ianadh;

import ietf-amm {
Expand Down Expand Up @@ -42,7 +42,7 @@ module iana-display-hints {
reference
"https://www.iana.org/assignments/DTNMA-TBA";

revision 2024-07-20 {
revision 2025-01-14 {
description
"Updated for latest ADM document.";
reference
Expand Down Expand Up @@ -143,12 +143,22 @@ module iana-display-hints {
amm:ident display-bstr-ipaddress {
amm:enum 16;
description
"Display byte string values as either IPv4 address (4-octet length)
or IPv6 address (16-octet length).";
"Interpret byte string values as either IPv4 address (4-octet length)
or IPv6 address (16-octet length) and display as human-friendly text
according to RFC 4001 conventions.";
reference
"RFC 4001: Textual Conventions for Internet Network Addresses";
amm:base "//ietf-amm/IDENT/base-bstr";
}
amm:ident display-bstr-uuid {
amm:enum 17;
description
"Interpret byte string values as UUID and display as human-friendly text
according to RFC 4122 conventions.";
reference
"RFC 4122: A Universally Unique IDentifier (UUID) URN Namespace";
amm:base "//ietf-amm/IDENT/base-bstr";
}

// TIME type (TP or TD built-ins) hints
amm:ident base-time {
Expand Down
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
Loading
Loading