aboutsummaryrefslogtreecommitdiff
path: root/draft-schanzen-gns.xml
diff options
context:
space:
mode:
Diffstat (limited to 'draft-schanzen-gns.xml')
-rw-r--r--draft-schanzen-gns.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index aab257d..9a10d19 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -1743,7 +1743,7 @@ q := SHA-512 (ZKDF-Public(zk, label))
1743 <dd> 1743 <dd>
1744 When publishing an RDATA block, the implementation MUST ensure that 1744 When publishing an RDATA block, the implementation MUST ensure that
1745 the size of the RDATA is a power of two 1745 the size of the RDATA is a power of two
1746 using the padding field. The field MUST be set to zero and MUST be 1746 using the padding field. The field MAY be set to zero and MUST be
1747 ignored on receipt. 1747 ignored on receipt.
1748 As a special exception, record sets with (only) a zone delegation 1748 As a special exception, record sets with (only) a zone delegation
1749 record type are never padded. 1749 record type are never padded.
@@ -1950,14 +1950,19 @@ example.com = zk2
1950 REDIRECT, in which case the resolution concludes with the REDIRECT record. 1950 REDIRECT, in which case the resolution concludes with the REDIRECT record.
1951 If the redirect name ends in ".+", 1951 If the redirect name ends in ".+",
1952 resolution continues in GNS with the new name in the 1952 resolution continues in GNS with the new name in the
1953 current zone. Otherwise, the redirect name treated as a GNS name 1953 current zone.
1954 and resolution restarts. 1954 Otherwise, the resulting name is resolved via the
1955 default operating system name resolution process.
1956 This may in turn trigger a GNS name resolution process depending
1957 on the system configuration.
1955 <!-- Note: this permits non-DNS resolvers to be triggered via NSS! --> 1958 <!-- Note: this permits non-DNS resolvers to be triggered via NSS! -->
1956 </t> 1959 </t>
1957 <t>
1958 In order to prevent infinite loops, the resolver MUST 1960 In order to prevent infinite loops, the resolver MUST
1959 implement loop detections or limit the number of recursive 1961 implement loop detections or limit the number of recursive
1960 resolution steps. 1962 resolution steps.
1963 The loop detection MUST be effective even
1964 if a REDIRECT found in GNS triggers subsequent GNS lookups via
1965 the default operating system name resolution process.
1961 </t> 1966 </t>
1962 </section> 1967 </section>
1963 <section anchor="gns2dns_processing" numbered="true" toc="default"> 1968 <section anchor="gns2dns_processing" numbered="true" toc="default">