2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

Print in dump-file stale ttl

This change makes rndc dumpdb correctly print the "; stale" line.
It also provides extra information on how long this data may still
be served to clients (in other words how long the stale RRset may
still be used).
This commit is contained in:
Matthijs Mekking
2019-01-24 10:24:44 +01:00
committed by Evan Hunt
parent 9a58b25f7f
commit 924ebc605d
4 changed files with 29 additions and 10 deletions

View File

@@ -149,7 +149,7 @@ do { \
#define NOQNAME(r) (((r)->attributes & \
DNS_RDATASETATTR_NOQNAME) != 0)
/*% Does the rdataset 'r' contains a stale answer? */
/*% Does the rdataset 'r' contain a stale answer? */
#define STALE(r) (((r)->attributes & \
DNS_RDATASETATTR_STALE) != 0)