[要約] RFC 9108は、DNSクラスとリソースレコードタイプのためのYANGデータモデリング言語の型を定義します。この文書の目的は、ネットワーク構成と管理のための標準化された方法を提供することです。利用場面には、DNS設定の自動化、統合管理、及び監視が含まれます。

Internet Engineering Task Force (IETF)                         L. Lhotka
Request for Comments: 9108                                        CZ.NIC
Category: Standards Track                                      P. Špaček
ISSN: 2070-1721                              Internet Systems Consortium
                                                          September 2021
        

YANG Types for DNS Classes and Resource Record Types

DNSクラスおよびリソースレコードタイプのYangタイプ

Abstract

概要

This document introduces the YANG module "iana-dns-class-rr-type", which contains derived types reflecting two IANA registries: DNS CLASSes and Resource Record (RR) TYPEs. These YANG types are intended as the minimum basis for future data modeling work.

この文書では、Yangモジュール「IANA-DNS-RR-Type」を紹介します。これには、DNSクラスとリソースレコード(RR)タイプを2つのIANAレジストリを反映した派生型が含まれています。これらのYangタイプは、将来のデータモデリング作業の最小基準として意図されています。

Status of This Memo

本文書の位置付け

This is an Internet Standards Track document.

これはインターネット規格のトラック文書です。

This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Further information on Internet Standards is available in Section 2 of RFC 7841.

この文書は、インターネットエンジニアリングタスクフォース(IETF)の製品です。IETFコミュニティのコンセンサスを表します。それは公開レビューを受け、インターネットエンジニアリングステアリンググループ(IESG)による出版の承認を受けました。インターネット規格に関する詳細情報は、RFC 7841のセクション2で利用できます。

Information about the current status of this document, any errata, and how to provide feedback on it may be obtained at https://www.rfc-editor.org/info/rfc9108.

この文書の現在のステータス、任意のエラータ、およびフィードバックを提供する方法は、https://www.rfc-editor.org/info/frfc9108で入手できます。

Copyright Notice

著作権表示

Copyright (c) 2021 IETF Trust and the persons identified as the document authors. All rights reserved.

著作権(C)2021 IETF信頼と文書著者として識別された人。全著作権所有。

This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.

このドキュメントは、このドキュメントの発行日に有効なBCP 78およびIETFドキュメントに関連するIETFトラストの法的規定(https://trustee.ietf.org/license-info)の対象となります。 これらのドキュメントは、このドキュメントに関するお客様の権利と制限について説明しているため、注意深く確認してください。 このドキュメントから抽出されたコードコンポーネントには、Trust LegalProvisionsのセクション4.eで説明されているSimplifiedBSD Licenseテキストが含まれている必要があり、Simplified BSDLicenseで説明されているように保証なしで提供されます。

Table of Contents

目次

   1.  Introduction
   2.  Terminology
   3.  YANG Design Considerations
   4.  IANA Considerations
     4.1.  URI Registrations
     4.2.  YANG Module Registrations
   5.  Security Considerations
   6.  References
     6.1.  Normative References
     6.2.  Informative References
   Appendix A.  XSLT Stylesheet
   Authors' Addresses
        
1. Introduction
1. はじめに

YANG [RFC7950] has become a de facto standard as a language for modeling configuration and state data, as well as specifying management operations and asynchronous notifications. It is reasonable to expect that the approach based on utilizing such data models along with standard management protocols such as NETCONF [RFC6241] and RESTCONF [RFC8040] can be effectively used in DNS operations, too. In fact, several efforts are currently underway that attempt to use NETCONF or RESTCONF for configuring and managing

Yang [RFC7950]は、構成および状態データをモデル化するための言語として、および管理操作と非同期通知を指定するための言語として、事実上の標準となっています。そのようなデータモデルをNetConf [RFC6241]およびRESTCONF [RFC8040]のような標準管理プロトコルと共に利用することに基づくアプローチもDNS操作でも効果的に使用できることを期待することが合理的です。実際、設定と管理にNetConfまたはRESTCONFを使用しようとすると、現在進行中にいくつかの努力があります。

* authoritative servers,

* 権威あるサーバー、

* resolvers, and

* リゾルバ、そして

* zone data.

* ゾーンデータ

While it is possible to use the management protocols mentioned above with ad hoc or proprietary data models, their real potential can be realized only if there is a (completely or partly) unified data model supported by multiple DNS software implementations. Operators can then, for instance, run several DNS server implementations in parallel, and use a common configuration and management interface and data for all of them. Also, it becomes considerably easier to migrate to another implementation.

アドホックまたは独自のデータモデルで上述した管理プロトコルを使用することは可能ですが、複数のDNSソフトウェア実装でサポートされている(完全または部分的に)統一データモデルがある場合にのみ、それらの実際の可能性を実現できます。次に、演算子は、例えば、複数のDNSサーバ実装を並行して実行し、共通の構成と管理インタフェースとデータをすべて使用します。また、他の実装に移行するのはかなり簡単になります。

Based on the previous experience from the IETF Routing Area, it is to be expected that the development of unified data models for DNS will be a lengthy and complicated process that will require active cooperation and compromise from the vendors and developers of major DNS server platforms. Nevertheless, it is likely that any DNS-related data modeling effort will need to use various DNS parameters and enumerations that are specified in several IANA registries. For use with YANG, these parameters and enumerations have to be translated into corresponding YANG types or other structures. Such translations should be straightforward and relatively uncontroversial.

IETFルーティングエリアからの以前の経験に基づいて、DNSの統合データモデルの開発は、主要なDNSサーバープラットフォームのベンダーや開発者からの積極的な協力と妥協を必要とする長い方の複雑なプロセスとなることが予想されます。それにもかかわらず、DNS関連のデータモデリングの努力は、いくつかのIANAレジストリで指定されているさまざまなDNSパラメータと列挙型を使用する必要がある可能性があります。Yangと共に使用するために、これらのパラメータと列挙は対応するYang型または他の構造に変換されなければなりません。そのような翻訳は、直接的で比較的外観的であるべきです。

This document provides a translation of two fundamental DNS-related IANA registries to YANG. It contains the initial version of the YANG module "iana-dns-class-rr-type", which defines derived types for the common parameters of DNS resource records (RR): class and type. These YANG types, "dns-class" and "rr-type", reflect the IANA registries "DNS CLASSes" and "Resource Record (RR) TYPEs" [IANA-DNS-PARAMETERS].

この資料は、2つの基本的なDNS関連のIANAレジストリのヤンへの翻訳を提供します。これには、YANGモジュール「IANA-DNS-RR-Type」の初期バージョンが含まれています。これは、DNSリソースレコード(RR)の共通パラメータの派生型を定義します。クラスとタイプ。これらのYANGタイプ、「DNSクラス」および「RR型」は、IANAレジストリ「DNSクラス」と「リソースレコード(RR)型」[IANA-DNS-PARAMETERS]を反映しています。

Appendix A contains an XSLT 1.0 stylesheet that is intended to be used by IANA for generating the initial version of the "iana-dns-class-rr-type" YANG module. Subsequently, whenever a new class or RR type is added to the above registries, IANA will also update the "iana-dns-class-rr-type" YANG module, following the instructions in Section 4 below.

付録Aには、IANAが「IANA-DNS-Class-RR-Type」Yangモジュールを生成するためにIANAが使用することを目的としたXSLT 1.0スタイルシートが含まれています。続いて、上記のレジストリに新しいクラスまたはRRタイプが追加されるたびに、IANAは下記のセクション4の指示に従って、「IANA-DNS-Class-RR型」YANGモジュールも更新されます。

2. Terminology
2. 用語

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.

この文書のキーワード "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", および "OPTIONAL" はBCP 14 [RFC2119] [RFC8174]で説明されているように、すべて大文字の場合にのみ解釈されます。

The terminology for describing YANG data models can be found in [RFC7950]. DNS terminology used in this document can be found in [RFC1035] and [RFC8499].

Yangデータモデルを記述するための用語は[RFC7950]にあります。この文書で使用されているDNSの用語は[RFC1035]と[RFC8499]にあります。

3. YANG Design Considerations
3. ヤンの設計上の考慮事項

At the time of writing, the "Domain Name System (DNS) Parameters" [IANA-DNS-PARAMETERS] contains altogether thirteen registries. The YANG module "iana-dns-class-rr-type" defines derived types corresponding to only two of the registries that are essential for data models involving zone data, namely "DNS CLASSes" and "Resource Record (RR) TYPEs". It is expected that the remaining registries in [IANA-DNS-PARAMETERS], as well as other DNS-related IANA registries, will be analogously reflected in future YANG modules as necessary. This way, an appropriate combination of YANG modules can be chosen depending on which YANG types are needed for a given data modeling purpose.

書き込み時には、「ドメインネームシステム(DNS)パラメータ」[IANA-DNS-PARAMETERS]は、完全な13個のレジストリを含みます。YANGモジュール「IANA-DNS-Class-RR型」は、ゾーンデータを含むデータモデル、すなわち「DNSクラス」および「リソースレコード(RR)型」に不可欠な2つのレジストリのみに対応する派生型を定義しています。必要に応じて、[IANA-DNS-Parameters]、および他のDNS関連のIANAレジストリの残りのレジストリが将来のYANGモジュールに同様に反映されます。このようにして、ヤンモジュールの適切な組み合わせは、特定のデータモデリング目的に必要なヤンタイプに応じて選択することができる。

The registries "DNS CLASSes" and "Resource Record (RR) TYPEs" are transformed into YANG enumeration types "dns-class-name" and "rr-type-name", respectively. This is the initial fragment of the former:

レジストリ "DNSクラス"と "リソースレコード(RR)タイプ"は、それぞれ "DNS-Class-Name"と "RR-Type-Name"にそれぞれ変換されます。これは前者の初期断片です。

     typedef dns-class-name {
       type enumeration {
         enum IN {
           value 1;
           description
             "Internet (IN)";
           reference
             "RFC 1035";
         }
         ...
       }
       ...
     }
        

The other derived type, "rr-type-name", is defined similarly.

他の派生型「RR型名」は同様に定義されています。

[RFC3597] introduced the option of specifying a class or RR type via its assigned decimal number as an alternative to the mnemonic name. For example, the "IN" class can be equivalently written as "CLASS1", and "AAAA" type can be written as "TYPE28".

[RFC3597]割り当てられた10進数を介してクラスまたはRRタイプを指定して、ニーモニック名に代わるものとして紹介しました。たとえば、「IN」クラスを同等に「Class1」として書くことができ、「AAAA」タイプを「TYPE28」と書くことができます。

Accordingly, the derived types "dns-class" and "rr-type" are defined in the YANG module as a union of two member types:

したがって、派生型の「DNSクラス」および「RR型」は、2つのメンバータイプの連合としてYANGモジュールで定義されています。

* 16-bit decimal integer ("uint16")

* 16ビット10進整数( "uint16")

* mnemonic name belonging to the enumerations "dns-class-name" and "rr-type-name", respectively.

* 列挙型「DNS-Class-Name」と「RR-Type-Name」に属するニーモニック名。

For instance, the "rr-type" type is defined as follows:

たとえば、 "RR-Type"タイプは次のように定義されています。

     typedef rr-type {
       type union {
         type uint16;
         type rr-type-name;
       }
       description
         "This type allows reference to a DNS resource record type
          using either the assigned mnemonic name or numeric value.";
     }
        

As unassigned and reserved class and RR type values are not included in the mnemonic name enumerations, they can only be specified using their decimal values.

未割り当ておよび予約済みクラスおよびRR型の値がメンモニック名列挙に含まれていないため、それらは10進数値を使用してのみ指定できます。

4. IANA Considerations
4. IANAの考慮事項

This section deals with actions and processes necessary for IANA to undertake to maintain the "iana-dns-class-rr-type" YANG module. This YANG module is intended to reflect the "DNS CLASSes" and "Resource Record (RR) TYPEs" registries in [IANA-DNS-PARAMETERS]. The most recent version of the YANG module is available from the "YANG Parameters" registry [IANA-YANG-PARAMETERS].

このセクションでは、IANAが「IANA-DNS-Class-RR型」Yangモジュールを維持するために必要な行動やプロセスについて説明します。このYANGモジュールは、[IANA-DNS-Parameters]で「DNSクラス」と「リソースレコード(RR)型」レジストリを反映することを目的としています。Yangモジュールの最新バージョンは、 "Yang Parameters" Registry [Iana-Yang-Parameters]から入手できます。

With the publication of this document, IANA has created and posted the initial version of the "iana-dns-class-rr-type" YANG module by applying the XSLT stylesheet from Appendix A to the XML version of [IANA-DNS-PARAMETERS].

この文書の出版物では、IANAは、付録AからXSLTスタイルシートをXMLバージョンの[IANA-DNS-PARAMATCOD]のXMLバージョンに適用して、「IANA-DNS-RR型」YANGモジュールの初期バージョンを作成および投稿しました。。

IANA has added this note to the "iana-dns-class-rr-type" item of the "YANG Module Names" registry [IANA-YANG-PARAMETERS]:

IANAは、「ヤンモジュール名」レジストリ[IANA-YANG-PARAMATERAMES]の「IANA-DNS-CLASS-RR型」項目にこのノートを追加しました。

   |  Classes and types of DNS resource records must not be directly
   |  added to the "iana-dns-class-rr-type" YANG module.  They must
   |  instead be added to the "DNS CLASSes" and "Resource Record (RR)
   |  TYPEs" registries, respectively.
        

When a new DNS class or RR type is added to the "DNS CLASSes" or "Resource Record (RR) TYPEs" registry, a new "enum" statement SHALL be added to the "dns-class-name" or "rr-type-name" type, respectively. The assigned name defined by the "enum" statement SHALL be the same as the mnemonic name of the new class or type. The following substatements to the "enum" statement SHALL be defined:

「DNSクラス」または「リソースレコード(RR)型」レジストリに新しいDNSクラスまたはRRタイプが追加された場合は、「DNS-Class-Name」または「RR-Typeに追加する」という新しい「ENUM」ステートメントを追加してください。-Name "タイプ。"enum"ステートメントによって定義された割り当て名は、新しいクラスまたはタイプのニーモニック名と同じです。"enum"ステートメントへの以下のサブジェクトテーマを定義するものとします。

"value": Use the decimal value from the registry.

"value":レジストリから10進数値を使用します。

"status": Include only if a class or type registration has been deprecated or obsoleted. IANA "deprecated" maps to YANG status "deprecated", and IANA "obsolete" maps to YANG status "obsolete".

"status":クラスまたは型登録が推奨されていないか廃止された場合にのみ含みます。「廃止予定」マップは「廃止予定」、そしてIANA「時代遅れ」とヤンステータス「廃止」との地図を示しています。

"description": Replicate the corresponding information from the registry, namely the full name of the new DNS class, or the meaning of the new RR type, if any.

"説明":レジストリ、すなわち新しいDNSクラスのフルネーム、または新しいRRタイプの意味をレジストリから複製します。

"reference": Replicate the reference(s) from the registry.

"参照":レジストリから参照を複製します。

Unassigned or reserved values SHALL NOT be included in the "dns-class-name" and "rr-type-name" enumeration types.

未割り当てまたは予約値は、「DNS-Class-Name」および「RR-Type-Name」列挙型に含めてはなりません。

Each time the "iana-dns-class-rr-type" YANG module is updated, a new "revision" statement SHALL be added before the existing "revision" statements.

「IANA-DNS-Class-RR型」YANGモジュールが更新されるたびに、既存の「Revision」ステートメントの前に新しい「リビジョン」ステートメントを追加します。

IANA has added this note to the "DNS CLASSes" and "Resource Record (RR) TYPEs" registries:

IANAはこのノートを「DNSクラス」および「リソースレコード(RR)型」レジストリに追加しました。

| When this registry is modified, the YANG module "iana-dns-class-| rr-type" must be updated as defined in [RFC9108].

| ..このレジストリが変更されると、Yangモジュール「IANA-DNS-Class-| RR-Type」は[RFC9108]で定義されているように更新する必要があります。

The "Reference" text in the "DNS CLASSes" registry has been updated as follows:

「DNSクラス」レジストリの「参照」テキストは次のように更新されました。

OLD:

年:

| [RFC6895]

| ..[RFC6895]

NEW:

新着:

| [RFC6895][RFC9108]

| ..[RFC6895] [RFC9108]

The "Reference" text in the "Resource Record (RR) TYPEs" registry has been updated as follows:

「リソースレコード(RR)型」レジストリの「参照」テキストは、次のように更新されました。

OLD:

年:

| [RFC6895][RFC1035]

| ..[RFC6895] [RFC1035]

NEW:

新着:

| [RFC6895][RFC1035][RFC9108]

| ..[RFC6895] [RFC1035] [RFC9108]

4.1. URI Registrations
4.1. URI登録

This document registers a URI in the "IETF XML Registry" [RFC3688]. The following registration has been made:

このドキュメントは「IETF XMLレジストリ」[RFC3688]にURIを登録します。次の登録が行われました。

URI: urn:ietf:params:xml:ns:yang:iana-dns-class-rr-type Registrant Contact: The IESG. XML: N/A; the requested URI is an XML namespace.

URI:URN:IETF:PARAMS:XML:NS:Yang:IANA-DNS-Class-RR型登録者連絡先連絡先:IESG。XML:n / a;要求されたURIはXMLネームスペースです。

4.2. YANG Module Registrations
4.2. ヤンモジュール登録

This document registers a YANG module in the "YANG Module Names" registry [RFC6020]. The following registration has been made:

このドキュメントでは、YANGモジュールを「Yang Module Names」レジストリ[RFC6020]に登録します。次の登録が行われました。

   Name:  iana-dns-class-rr-type
   Namespace:  urn:ietf:params:xml:ns:yang:iana-dns-class-rr-type
   Prefix:  dnsct
   Reference:  RFC 9108
        
5. Security Considerations
5. セキュリティに関する考慮事項

This document translates two IANA registries into YANG data types and otherwise introduces no technology or protocol. The definitions themselves have no security impact on the Internet, but their use in concrete YANG modules might have. The security considerations spelled out in the YANG specification [RFC7950] apply to this document as well.

この文書は2つのIANAレジストリをYangデータ型に変換し、そうでなければテクノロジやプロトコルも導入されません。定義自体はインターネットにセキュリティの影響を与えませんが、コンクリートヤンモジュールでの使用は持つことがあります。Yang仕様[RFC7950]で綴られたセキュリティ上の考慮事項もこの文書にも適用されます。

6. References
6. 参考文献
6.1. Normative References
6.1. 引用文献

[IANA-DNS-PARAMETERS] IANA, "Domain Name System (DNS) Parameters", <https://www.iana.org/assignments/dns-parameters>.

[IANA-DNSパラメータ] IANA、「ドメインネームシステム(DNS)パラメータ」、<https://www.iana.org/assignments/dns-parameters>。

[IANA-YANG-PARAMETERS] IANA, "YANG Parameters", <https://www.iana.org/assignments/yang-parameters>.

【イナヤンパラメータ】IANA、「YANGパラメータ」、<https://www.iana.org/ashignments/yang-parameters>。

[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997, <https://www.rfc-editor.org/info/rfc2119>.

[RFC2119] BRADNER、S、「RFCSで使用するためのキーワード」、BCP 14、RFC 2119、DOI 10.17487 / RFC2119、1997年3月、<https://www.rfc-editor.org/info/RFC2119>。

[RFC3688] Mealling, M., "The IETF XML Registry", BCP 81, RFC 3688, DOI 10.17487/RFC3688, January 2004, <https://www.rfc-editor.org/info/rfc3688>.

[RFC3688] Mealling、M.、 "The IETF XMLレジストリ"、BCP 81、RFC 3688、DOI 10.17487 / RFC3688、2004年1月、<https://www.rfc-editor.org/info/rfc3688>。

[RFC6020] Bjorklund, M., Ed., "YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)", RFC 6020, DOI 10.17487/RFC6020, October 2010, <https://www.rfc-editor.org/info/rfc6020>.

[RFC6020] Bjorklund、M.、Ed。、「Yang - ネットワーク構成プロトコルのデータモデリング言語(NetConf)」、RFC 6020、DOI 10.17487 / RFC6020、2010年10月、<https://www.rfc-編集者。org / info / rfc6020>。

[RFC7950] Bjorklund, M., Ed., "The YANG 1.1 Data Modeling Language", RFC 7950, DOI 10.17487/RFC7950, August 2016, <https://www.rfc-editor.org/info/rfc7950>.

[RFC7950] Bjorklund、M.、ED。、「Yang 1.1データモデリング言語」、RFC 7950、DOI 10.17487 / RFC7950、2016年8月、<https://www.rfc-editor.org/info/rfc7950>。

[RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, May 2017, <https://www.rfc-editor.org/info/rfc8174>.

[RFC8174] Leiba、B、「RFC 2119キーワードの大文字の曖昧さ」、BCP 14、RFC 8174、DOI 10.17487 / RFC8174、2017年5月、<https://www.rfc-editor.org/info/RFC8174>。

[W3C.REC-xslt-19991116] Clark, J., "XSL Transformations (XSLT) Version 1.0", W3C Recommendation REC-xslt-19991116, November 1999, <https://www.w3.org/TR/1999/REC-xslt-19991116>.

[W3C.REC-XSLT-19991116] Clark、J.、 "XSL変換(XSLT)バージョン1.0"、W3C勧告REC-XSLT-19991116、1999年11月、<https://www.w3.org/tr/1999/REC-XSLT-19991116>。

6.2. Informative References
6.2. 参考引用

[RFC1035] Mockapetris, P., "Domain names - implementation and specification", STD 13, RFC 1035, DOI 10.17487/RFC1035, November 1987, <https://www.rfc-editor.org/info/rfc1035>.

[RFC1035] Mockapetris、P.、「ドメイン名 - 実装と仕様」、STD 13、RFC 1035、DOI 10.17487 / RFC1035、1987年11月、<https://www.rfc-editor.org/info/rfc1035>。

[RFC3597] Gustafsson, A., "Handling of Unknown DNS Resource Record (RR) Types", RFC 3597, DOI 10.17487/RFC3597, September 2003, <https://www.rfc-editor.org/info/rfc3597>.

[RFC3597] Gustafsson、A。、「未知のDNSリソースレコード(RR)タイプの取り扱い」、RFC 3597、DOI 10.17487 / RFC3597、2003年9月、<https://www.rfc-editor.org/info/rfc3597>。

[RFC6241] Enns, R., Ed., Bjorklund, M., Ed., Schoenwaelder, J., Ed., and A. Bierman, Ed., "Network Configuration Protocol (NETCONF)", RFC 6241, DOI 10.17487/RFC6241, June 2011, <https://www.rfc-editor.org/info/rfc6241>.

[RFC6241]、R.Bjorklund、M.、Ed。、Schoenwaelder、J.、Ed。、およびA. Bierman、ED。、「ネットワーク構成プロトコル(NetConf)」、RFC 6241、DOI 10.17487 /RFC6241、2011年6月、<https://www.rfc-editor.org/info/rfc6241>。

[RFC8040] Bierman, A., Bjorklund, M., and K. Watsen, "RESTCONF Protocol", RFC 8040, DOI 10.17487/RFC8040, January 2017, <https://www.rfc-editor.org/info/rfc8040>.

[RFC8040] Bierman、A.、Bjorklund、M.、K。Watsen、 "Restconf Protoction"、RFC 8040、DOI 10.17487 / RFC8040、2017年1月、<https://www.rfc-editor.org/info/rfc8040>。

[RFC8499] Hoffman, P., Sullivan, A., and K. Fujiwara, "DNS Terminology", BCP 219, RFC 8499, DOI 10.17487/RFC8499, January 2019, <https://www.rfc-editor.org/info/rfc8499>.

[RFC8499] Hoffman、P.、Sullivan、A.、K. Fujiwara、「DNS用語」、BCP 219、RFC 8499、DOI 10.17487 / RFC8499、2019年1月、<https://www.rfc-editor.org/情報/ RFC8499>。

Appendix A. XSLT Stylesheet
付録A. XSLTスタイルシート

This appendix contains an XSLT 1.0 stylesheet [W3C.REC-xslt-19991116] that is to be used to generate the initial revision of the "iana-dns-class-rr-type" YANG module. This is achieved by applying the stylesheet to the XML version of the IANA registry "Domain Name System (DNS) Parameters" [IANA-DNS-PARAMETERS] that was current at the time this document was published.

この付録には、「IANA-DNS-Class-RR型」YANGモジュールの初期リビジョンを生成するために使用されるXSLT 1.0スタイルシート[W3C.REC-XSLT-19991116]が含まれています。これは、スタイルシートをXMLバージョンのIANAレジストリ「ドメインネームシステム(DNS)パラメータ」[IANA-DNS-PARAMATION]のXMLバージョンに適用して、この文書が公開された時点で現在のものです。

Using the ubiquitous xsltproc tool, the YANG module text can be generated with this command:

ユビキタスXSLTPROCツールを使用して、YANGモジュールテキストをこのコマンドで生成できます。

$ xsltproc iana-dns-class-rr-type.xsl dns-parameters.xml

$ XSLTPROC IANA-DNS-CLASS-RR-TYPE.XSL DNS-PARALDERS.XML

   <CODE BEGINS> file "iana-dns-class-rr-type.xsl"
   <?xml version="1.0" standalone="yes"?>
   <stylesheet xmlns="http://www.w3.org/1999/XSL/Transform"
               xmlns:iana="http://www.iana.org/assignments"
               version="1.0">
     <output method="text"/>
     <strip-space elements="*"/>
        
     <variable name="dq">"</variable>
     <variable name="sq">'</variable>
        
     <variable name="module-intro">
       <text>module iana-dns-class-rr-type {
     yang-version 1.1;
     namespace
       "urn:ietf:params:xml:ns:yang:iana-dns-class-rr-type";
     prefix dnsct;
        

organization "Internet Assigned Numbers Authority (IANA)";

組織「インターネット割り当て番号局(IANA)」;

contact " Internet Assigned Numbers Authority

インターネット割り当て番号局

Postal: ICANN 12025 Waterfront Drive, Suite 300 Los Angeles, CA 90094

郵便番号:ICANN 12025ウォーターフロントドライブ、スイート300ロサンゼルス、CA 90094

Tel: +1 424 254 5300

TEL:1 424 254 5300

        &lt;mailto:iana@iana.org&gt;";
        

description "This YANG module translates IANA registries 'DNS CLASSes' and 'Resource Record (RR) TYPEs' to YANG-derived types.

説明 "このYangモジュールは、IANAレジストリの「DNSクラス」と「リソースレコード(RR)タイプ」をYang-派生型に変換します。

Copyright (c) 2021 IETF Trust and the persons identified as authors of the code. All rights reserved.

著作権(c)2021 IETF信頼とコードの著者として識別された人。全著作権所有。

Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info).

修正の有無にかかわらず、ソースおよびバイナリ形式での再配布と使用は、IETF文書に関連するIETF信託の法的規定のセクション4.Cに記載されている単純化されたBSDライセンスに従い、身に付けられたライセンス条項に従って許可されています(https://trustee.ietf.org/License-info)。

        This version of this YANG module was generated from
        the corresponding IANA registries using an XSLT stylesheet
        from Appendix A of RFC 9108
        (https://www.rfc-editor.org/info/rfc9108); see the RFC itself
        for full legal notices.";
        
     reference
       "IANA 'Domain Name System (DNS) Parameters' registry
        https://www.iana.org/assignments/dns-parameters";</text>
        <text>&#xA;&#xA;</text>
     </variable>
        
     <template name="enum">
       <param name="id"/>
       <value-of select="concat('      enum ', $id)"/>
       <text> {&#xA;        value </text>
       <value-of select="concat(iana:value, ';&#xA;')"/>
       <if test="contains(iana:description, 'OBSOLETE')">
         <text>        status obsolete;&#xA;</text>
       </if>
       <apply-templates select="iana:description"/>
       <variable name="xrefs" select="iana:xref[@type!='note']"/>
       <if test="$xrefs">
         <text>        reference&#xA;          "</text>
         <if test="count($xrefs)&gt;1">- </if>
         <apply-templates select="iana:xref[@type!='note']"/>
       </if>
       <text>      }&#xA;</text>
     </template>
        
     <template match="/">
       <value-of select="$module-intro"/>
       <apply-templates select="iana:registry[@id='dns-parameters']"/>
       <text>}&#xA;</text>
     </template>
        
     <template match="iana:registry[@id='dns-parameters']">
       <apply-templates select="iana:updated"/>
       <apply-templates
           select="iana:registry[@id='dns-parameters-2']"/>
       <apply-templates
           select="iana:registry[@id='dns-parameters-4']"/>
     </template>
        
     <template match="iana:updated">
       <value-of select="concat('  revision ', ., ' {')"/>
       <text>
       description
         "Initial revision.";
       reference
         "RFC 9108: YANG Types for DNS Classes and Resource Record
          Types";
     }
        
     /* Typedefs */&#xA;&#xA;</text>
     </template>
        
     <template match="iana:registry[@id='dns-parameters-2']">
       <text>  typedef dns-class-name {&#xA;</text>
       <text>    type enumeration {&#xA;</text>
       <apply-templates
           select="iana:record[not(iana:description='Unassigned' or
                   starts-with(iana:description,'Reserved'))]"
           mode="class"/>
       <text>    }
       description
         "This enumeration type defines mnemonic names and corresponding
          numeric values of DNS classes.";
       reference
         "RFC 6895: Domain Name System (DNS) IANA Considerations";
     }
        
     typedef dns-class {
       type union {
         type uint16;
         type dns-class-name;
       }
       description
         "This type allows reference to a DNS class using either the
          assigned mnemonic name or numeric value.";
     }&#xA;&#xA;</text>
     </template>
        
     <template match="iana:registry[@id='dns-parameters-4']">
       <text>  typedef rr-type-name {&#xA;</text>
       <text>    type enumeration {&#xA;</text>
       <apply-templates
           select="iana:record[iana:type!='Unassigned' and
                   iana:type!='Private use' and iana:type!='Reserved']"
           mode="rr-type"/>
       <text>    }
       description
         "This enumeration type defines mnemonic names and corresponding
          numeric values of DNS resource record types.";
       reference
         "- RFC 6895: Domain Name System (DNS) IANA Considerations
        
          - RFC 1035: Domain names - implementation and specification";
     }
        
     typedef rr-type {
       type union {
         type uint16;
         type rr-type-name;
       }
       description
         "This type allows reference to a DNS resource record type
          using either the assigned mnemonic name or numeric value.";
     }&#xA;</text>
     </template>
        
     <template match="iana:record" mode="class">
       <call-template name="enum">
         <with-param name="id">
           <choose>
             <when test="contains(iana:description,'(')">
               <value-of select="substring-before(substring-after(
                                 iana:description, '('), ')')"/>
             </when>
             <otherwise>
               <value-of
                   select="substring-after(iana:description, ' ')"/>
             </otherwise>
           </choose>
         </with-param>
       </call-template>
     </template>
        
     <template match="iana:record" mode="rr-type">
       <call-template name="enum">
         <with-param name="id" select="iana:type"/>
       </call-template>
     </template>
        
     <template match="iana:description">
       <text>        description&#xA;          </text>
       <value-of select="concat($dq, ., $dq, ';&#xA;')"/>
     </template>
        
     <template match="iana:xref">
       <choose>
         <when test="@type='rfc'">
           <value-of
               select="concat('RFC ', substring-after(@data, 'rfc'))"/>
         </when>
         <when test="@type='person'">
           <apply-templates
               select="/iana:registry/iana:people/iana:person[
                       @id=current()/@data]"/>
         </when>
         <when test="@type='text'">
           <value-of select="translate(., $dq, $sq)"/>
         </when>
         <otherwise>
           <value-of select="@data"/>
         </otherwise>
       </choose>
       <choose>
         <when test="position()=last()">
           <text>";&#xA;</text>
         </when>
         <otherwise>
           <text>&#xA;           - </text>
         </otherwise>
       </choose>
     </template>
        
     <template match="iana:person">
       <value-of select="concat(iana:name, ' &lt;', iana:uri, '&gt;')"/>
     </template>
        
   </stylesheet>
   <CODE ENDS>
        

Authors' Addresses

著者の住所

Ladislav Lhotka CZ.NIC Czech Republic

Ladislav Lhotka CZ.nicチェコ共和国

   Email: ladislav.lhotka@nic.cz
        

Petr Špaček Internet Systems Consortium Czech Republic

PetrŠpačekインターネットシステムコンソーシアムチェコ共和国

   Email: pspacek@isc.org