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.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/draft-schanzen-gns.xml b/draft-schanzen-gns.xml
index d1bbc15..4864182 100644
--- a/draft-schanzen-gns.xml
+++ b/draft-schanzen-gns.xml
@@ -2031,12 +2031,15 @@ example.com = zTLD2 := Base32GNS(ztype2||zk2)
2031 <li> 2031 <li>
2032 Case 5: 2032 Case 5:
2033 If the remainder of the name to resolve is empty 2033 If the remainder of the name to resolve is empty
2034 the record set (including supplemental records) 2034 the record set is the final result.
2035 is the final result and the recursion is concluded. 2035 If any NICK records are in the final result set, it MUST be
2036 processed according to <xref target="nick_processing" />.
2037 Otherwise, the final result set is returned.
2036 </li> 2038 </li>
2037 <li> 2039 <li>
2038 Otherwise, resolution fails and the resolver MUST return an empty record set. 2040 Finally, if none of the above is applicable resolution fails and the
2039 </li> 2041 resolver MUST return an empty record set.
2042 </li>
2040 </ul> 2043 </ul>
2041 <section anchor="redirect_processing" numbered="true" toc="default"> 2044 <section anchor="redirect_processing" numbered="true" toc="default">
2042 <name>REDIRECT</name> 2045 <name>REDIRECT</name>