From: Evan Hunt Date: Mon, 22 Jan 2018 18:58:20 +0000 (-0800) Subject: [master] remove dangling doc reference to the lightweight resolver X-Git-Tag: v9.13.0~238 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4d6800942c1d40bb275636dec1e9e2fb9b94588e;p=thirdparty%2Fbind9.git [master] remove dangling doc reference to the lightweight resolver --- diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 2dd7fc19d94..114ae21f28f 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -76,13 +76,11 @@ section is followed by Chapter 4, which contains more advanced concepts that the system administrator may need for implementing - certain options. Chapter 5 - describes the BIND 9 lightweight - resolver. The contents of Chapter 6 are + certain options. The contents of Chapter 5 are organized as in a reference manual to aid in the ongoing - maintenance of the software. Chapter 7 addresses + maintenance of the software. Chapter 6 addresses security considerations, and - Chapter 8 contains troubleshooting help. The + Chapter 7 contains troubleshooting help. The main body of the document is followed by several appendices which contain useful reference information, such as a bibliography and @@ -2456,33 +2454,6 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa. - The <acronym>BIND</acronym> 9 Lightweight Resolver - -
The Lightweight Resolver Library - - - Traditionally applications have been linked with a stub resolver - library that sends recursive DNS queries to a local caching name - server. - - - IPv6 once introduced new complexity into the resolution process, - such as following A6 chains and DNAME records, and simultaneous - lookup of IPv4 and IPv6 addresses. Though most of the complexity was - then removed, these are hard or impossible - to implement in a traditional stub resolver. - - - BIND 9 therefore can also provide resolution - services to local clients - using a combination of a lightweight resolver library and a resolver - daemon process running on the local host. These communicate using - a simple UDP-based protocol, the "lightweight resolver protocol" - that is distinct from and simpler than the full DNS protocol. - -
-
- <acronym>BIND</acronym> 9 Configuration Reference