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

Cronjob - daily update of yang files. #1501

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
19 changes: 13 additions & 6 deletions ...na/[email protected] → ...na/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,21 @@ module iana-dns-class-rr-type {
"IANA 'Domain Name System (DNS) Parameters' registry
https://www.iana.org/assignments/dns-parameters";

revision 2023-11-08 {
description "Updated description and replaced draft string
reference to 64 and 65 with RFC 9460: Service Binding and
Parameter Specification via the DNS (SVCB and HTTPS Resource
Records).";
}

revision 2023-04-25 {
description "Updated reference for 64 and 65.";
}

revision 2022-05-30 {
description "Updated description, reference for 64 and 65.";
}

revision 2021-08-31 {
description
"Initial revision.";
Expand Down Expand Up @@ -592,16 +599,16 @@ Plan - Name Service, April 1987.";
enum SVCB {
value 64;
description
"General Purpose Service Binding";
"General-purpose service binding";
reference
"draft-ietf-dnsop-svcb-https-12";
"RFC 9460";
}
enum HTTPS {
value 65;
description
"Service Binding type for use with HTTP";
"SVCB-compatible type for use with HTTP";
reference
"draft-ietf-dnsop-svcb-https-12";
"RFC 9460";
}
enum SPF {
value 99;
Expand Down
6 changes: 3 additions & 3 deletions standard/iana/yang-parameters.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<registry xmlns="http://www.iana.org/assignments" id="yang-parameters">
<title>YANG Parameters</title>
<created>2010-06-10</created>
<updated>2023-10-13</updated>
<updated>2023-11-08</updated>

<registry id="yang-parameters-1">
<title>YANG Module Names</title>
Expand Down Expand Up @@ -57,11 +57,11 @@ FTP (ftp://ftp.iana.org/assignments/yang-parameters/).
<notes>Registration procedure: Expert Review, as described in
<xref type="rfc" data="rfc8126"/>. Expert(s): Kent Watsen.</notes>
</record>
<record date="2021-06-23" updated="2023-04-25">
<record date="2021-06-23" updated="2023-11-08">

<name>iana-dns-class-rr-type</name>
<iana>Y</iana>
<file type="yang">iana-dns-class-rr-type@2023-04-25.yang</file>
<file type="yang">iana-dns-class-rr-type@2023-11-08.yang</file>
<namespace>urn:ietf:params:xml:ns:yang:iana-dns-class-rr-type</namespace>
<prefix>dnsct</prefix>
<module/>
Expand Down
Loading