mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 18:20:00 -04:00
Document that reloading happens asynchronously
(cherry picked from commit e33dbd0cbd)
This commit is contained in:
parent
de94bee5f3
commit
745db8775b
1 changed files with 3 additions and 1 deletions
|
|
@ -428,6 +428,7 @@ Currently supported commands are:
|
|||
.. option:: zone [class [view]]
|
||||
|
||||
If a zone is specified, this command reloads only the given zone.
|
||||
If no zone is specified, the reloading happens asynchronously.
|
||||
|
||||
.. program:: rndc
|
||||
|
||||
|
|
@ -594,7 +595,8 @@ Currently supported commands are:
|
|||
refused. If the zone has changed and the ``ixfr-from-differences``
|
||||
option is in use, the journal file is updated to reflect
|
||||
changes in the zone. Otherwise, if the zone has changed, any existing
|
||||
journal file is removed.
|
||||
journal file is removed. If no zone is specified, the reloading happens
|
||||
asynchronously.
|
||||
|
||||
See also :option:`rndc freeze`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue