Skip to content

Commit

Permalink
Merge pull request #1511 from yang-catalog/main
Browse files Browse the repository at this point in the history
Cronjob - daily update of yang files.
  • Loading branch information
SlavomirMazurPantheon authored Nov 28, 2023
2 parents fa376fe + a6add04 commit 8021a1a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
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

0 comments on commit 8021a1a

Please sign in to comment.