]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: "rndc flushtree ." failed to flush the cache
authorEvan Hunt <each@isc.org>
Fri, 14 Aug 2026 05:34:16 +0000 (05:34 +0000)
committerEvan Hunt <each@isc.org>
Fri, 14 Aug 2026 05:34:16 +0000 (05:34 +0000)
`rndc flushtree` flushes cache data below a specified name. If the name
specified is the DNS root, it should fully empty the cache, the same
as `rndc flush`.  However, there was a bug causing the command, in that
case, to have no effect on the cache at all; this has been fixed.

Closes #6308

Merge branch '6308-rndc-flushtree-root' into 'main'

See merge request isc-projects/bind9!12579


Trivial merge