]> git.ipfire.org Git - thirdparty/bind9.git/commit
Print the expiration time of the stale records (not ancient)
authorOndřej Surý <ondrej@isc.org>
Mon, 3 Feb 2025 10:15:15 +0000 (11:15 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 4 Feb 2025 17:07:59 +0000 (18:07 +0100)
commit8229d9cdfad09ea6ae6dce5f898021492264435f
tree5f79f8b08dfc8bcc13415d0a59a3f6c61bc6b89d
parent9fbc2734173be25e7e6db51d624e93127bbfaaa1
Print the expiration time of the stale records (not ancient)

In #1870, the expiration time of ANCIENT records were printed, but
actually the ancient records are very short lived, and the information
carries a little value.

Instead of printing the expiration of ANCIENT records, print the
expiration time of STALE records.

(cherry picked from commit 355fc4847299ef1546ba96292086906a8c127002)
bin/tests/system/serve-stale/tests.sh
lib/dns/include/dns/rdataset.h
lib/dns/masterdump.c
lib/dns/qpcache.c
lib/dns/rbtdb.c