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. #1511

Merged
merged 1 commit into from
Nov 28, 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
11 changes: 11 additions & 0 deletions ...na/[email protected] → ...na/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ module iana-dns-class-rr-type {
"IANA 'Domain Name System (DNS) Parameters' registry
https://www.iana.org/assignments/dns-parameters";

revision 2023-11-27 {
description "Registered RR Type RESINFO 261.";
}

revision 2023-11-08 {
description "Updated description and replaced draft string
reference to 64 and 65 with RFC 9460: Service Binding and
Expand Down Expand Up @@ -775,6 +779,13 @@ Plan - Name Service, April 1987.";
reference
"RFC 8777";
}
enum RESINFO {
value 261;
description
"Resolver Information as Key/Value Pairs";
reference
"draft-ietf-add-resolver-info-06";
}
enum TA {
value 32768;
description
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-11-15</updated>
<updated>2023-11-27</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-11-08">
<record date="2021-06-23" updated="2023-11-27">

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