From: Ondřej Surý Date: Wed, 24 Jun 2026 04:53:34 +0000 (+0200) Subject: fix: dev: Don't serve a stale CNAME or record when fresh data of the other exists X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac6696cdb5237bbdec46ab541cc3bbfa78f1e897;p=thirdparty%2Fbind9.git fix: dev: Don't serve a stale CNAME or record when fresh data of the other exists When a cached name held both a CNAME and records of another type — one stale, the other still fresh — named with serve-stale could return the expired set instead of the fresh one, in either direction. It now prefers whichever is fresh. Merge branch 'ondrej/fix-serve_stale-cname-and-type' into 'main' See merge request isc-projects/bind9!12282 --- ac6696cdb5237bbdec46ab541cc3bbfa78f1e897