2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-05 09:05:40 +00:00

Allow TTL values when configuring TTLs and time intervals.

Options updated to use ttlvals: max-cache-ttl, max-ncache-ttl,
max-policy-ttl, fstrm-set-reopen-interval, interface-interval, and
min-update-interval.
This commit is contained in:
Tony Finch
2018-04-12 18:42:39 +01:00
committed by Evan Hunt
parent 488ae9051e
commit 286a7b6b9a
22 changed files with 303 additions and 23 deletions

View File

@@ -139,7 +139,7 @@ totext_soa(ARGS_TOTEXT) {
if (i >= 1) {
RETERR(str_totext(" (", target));
RETERR(dns_ttl_totext(num, ISC_TRUE,
ISC_TRUE, target));
ISC_TRUE, target));
RETERR(str_totext(")", target));
}
RETERR(str_totext(tctx->linebreak, target));