]> git.ipfire.org Git - thirdparty/bind9.git/commit
Allow TTL values when configuring TTLs and time intervals.
authorTony Finch <dot@dotat.at>
Thu, 12 Apr 2018 17:42:39 +0000 (18:42 +0100)
committerEvan Hunt <each@isc.org>
Fri, 13 Apr 2018 18:46:06 +0000 (11:46 -0700)
commit286a7b6b9a3a87aededbf59df9e6146afec6237c
tree5b4761406e884ebd3cc1a1c740521097397fe16e
parent488ae9051e27083abff406041a3da2adfad90f3f
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.
22 files changed:
CHANGES
bin/delv/delv.c
bin/dig/dig.c
bin/dig/dig.docbook
bin/tests/system/checkconf/bad-interface-interval.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-maxcachettl.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-maxncachettl.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-rpz-ttl.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-rpz-update.conf [new file with mode: 0644]
bin/tests/system/checkconf/good-interface-interval.conf [new file with mode: 0644]
bin/tests/system/checkconf/good-maxcachettl.conf [new file with mode: 0644]
bin/tests/system/checkconf/good-maxncachettl.conf [new file with mode: 0644]
bin/tests/system/checkconf/good-rpz-ttl.conf [new file with mode: 0644]
bin/tests/system/checkconf/good-rpz-update.conf [new file with mode: 0644]
bin/tests/system/dnstap/bad-fstrm-reopen-interval.conf [new file with mode: 0644]
bin/tests/system/dnstap/good-fstrm-reopen-interval.conf [new file with mode: 0644]
doc/arm/Bv9ARM-book.xml
doc/arm/notes.xml
lib/dns/rdata/generic/soa_6.c
lib/isccfg/namedconf.c
lib/samples/nsprobe.c
util/copyrights