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.xml18
1 files changed, 8 insertions, 10 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index cf80732..dfdde70 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -1304,11 +1304,10 @@ NONCE := HKDF-Expand (PRK_n, label, 128 / 8)
1304 <dt>GNS NAME</dt> 1304 <dt>GNS NAME</dt>
1305 <dd> 1305 <dd>
1306 The name to continue with in GNS. 1306 The name to continue with in GNS.
1307 The value of a redirect record may be a regular GNS name, or a relative 1307 The value of a redirect record may be a regular name, or a relative
1308 name. 1308 name.
1309 Relative names are indicated using the suffix ".+". 1309 Relative names are indicated using the suffix ".+".
1310 The string is UTF-8 encoded and 1310 The string is UTF-8 encoded and 0-terminated.
1311 0-terminated.
1312 </dd> 1311 </dd>
1313 </dl> 1312 </dl>
1314 </section> 1313 </section>
@@ -1951,21 +1950,20 @@ example.com = zk2
1951 If the redirect name ends in ".+", 1950 If the redirect name ends in ".+",
1952 resolution continues in GNS with the new name in the 1951 resolution continues in GNS with the new name in the
1953 current zone. 1952 current zone.
1954 Otherwise, the redirect name treated as a GNS name 1953 Otherwise, the resulting name is resolved via the
1955 and resolution restarts.
1956 <!-- FIXME Otherwise, the resulting name is resolved via the
1957 default operating system name resolution process. 1954 default operating system name resolution process.
1958 This may in turn trigger a GNS name resolution process depending 1955 This may in turn trigger a GNS name resolution process depending
1959 on the system configuration.--> 1956 on the system configuration.
1960 <!-- Note: this permits non-DNS resolvers to be triggered via NSS! --> 1957 In case resolution continues in DNS, the name MUST first be
1958 converted to a punycode representation <xref target="RFC5890" />.
1961 </t> 1959 </t>
1962 <t> 1960 <t>
1963 In order to prevent infinite loops, the resolver MUST 1961 In order to prevent infinite loops, the resolver MUST
1964 implement loop detections or limit the number of recursive 1962 implement loop detections or limit the number of recursive
1965 resolution steps. 1963 resolution steps.
1966 <!-- FIXME The loop detection MUST be effective even 1964 The loop detection MUST be effective even
1967 if a REDIRECT found in GNS triggers subsequent GNS lookups via 1965 if a REDIRECT found in GNS triggers subsequent GNS lookups via
1968 the default operating system name resolution process.--> 1966 the default operating system name resolution process.
1969 </t> 1967 </t>
1970 </section> 1968 </section>
1971 <section anchor="gns2dns_processing" numbered="true" toc="default"> 1969 <section anchor="gns2dns_processing" numbered="true" toc="default">