Skip to content

Commit

Permalink
yc.o sync (#1612)
Browse files Browse the repository at this point in the history
* Cronjob - daily check of IETF modules.
* Cronjob - daily check of IANA modules.
---------

Co-authored-by: Miroslav Kovac <[email protected]>
  • Loading branch information
xorrkaz and Miroslav Kovac authored Jan 27, 2025
1 parent 0ff10f8 commit 1806455
Show file tree
Hide file tree
Showing 34 changed files with 7,267 additions and 6,352 deletions.
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

0 comments on commit 1806455

Please sign in to comment.