mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 20:41:18 -05:00
document the 'dnssec' and 'lame-servers' log categories
This commit is contained in:
parent
2357f291c5
commit
125d183f2b
1 changed files with 19 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
|
||||
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.111 2001/03/07 00:25:22 gson Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.112 2001/03/07 18:46:58 gson Exp $ -->
|
||||
|
||||
<book>
|
||||
<title>BIND 9 Administrator Reference Manual</title>
|
||||
|
|
@ -2482,6 +2482,24 @@ lookups performed on behalf of clients by a caching name server.</para></entry>
|
|||
<entry colname = "1"><para><command>queries</command></para></entry>
|
||||
<entry colname = "2"><para>Queries.</para></entry>
|
||||
</row>
|
||||
<row rowsep = "0">
|
||||
<entry colname = "1"><para><command>dispatch</command></para></entry>
|
||||
<entry colname = "2"><para>Dispatching of incoming packets to the
|
||||
server modules where they are to be processed.
|
||||
</para></entry>
|
||||
</row>
|
||||
<row rowsep = "0">
|
||||
<entry colname = "1"><para><command>dnssec</command></para></entry>
|
||||
<entry colname = "2"><para>DNSSEC and TSIG protocol processing.
|
||||
</para></entry>
|
||||
</row>
|
||||
<row rowsep = "0">
|
||||
<entry colname = "1"><para><command>lame-servers</command></para></entry>
|
||||
<entry colname = "2"><para>Lame servers. These are misconfigurations
|
||||
in remote servers, discovered by BIND 9 while it is trying to use
|
||||
those servers during reolution.
|
||||
</para></entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup></informaltable>
|
||||
</sect3>
|
||||
|
|
|
|||
Loading…
Reference in a new issue