mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Make rndc dnstap -roll docs easier to read
(cherry picked from commit 2897a45644)
This commit is contained in:
parent
d9a745e310
commit
8f86b48c46
1 changed files with 6 additions and 2 deletions
|
|
@ -189,9 +189,13 @@ Currently supported commands are:
|
|||
|
||||
.. option:: dnstap (-reopen | -roll [number])
|
||||
|
||||
This command closes and re-opens DNSTAP output files. ``rndc dnstap -reopen`` allows
|
||||
This command closes and re-opens DNSTAP output files.
|
||||
|
||||
``rndc dnstap -reopen`` allows
|
||||
the output file to be renamed externally, so that :iscman:`named` can
|
||||
truncate and re-open it. ``rndc dnstap -roll`` causes the output file
|
||||
truncate and re-open it.
|
||||
|
||||
``rndc dnstap -roll`` causes the output file
|
||||
to be rolled automatically, similar to log files. The most recent
|
||||
output file has ".0" appended to its name; the previous most recent
|
||||
output file is moved to ".1", and so on. If ``number`` is specified, then
|
||||
|
|
|
|||
Loading…
Reference in a new issue