]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add option request-zoneversion
authorMark Andrews <marka@isc.org>
Fri, 14 Jun 2024 01:23:53 +0000 (11:23 +1000)
committerMark Andrews <marka@isc.org>
Mon, 24 Mar 2025 22:16:09 +0000 (22:16 +0000)
commita4f5c1d5f324e67f94edcdc60f21ded0d436cbe3
tree86810e04e82eef8007da717e3ffb8ba27540cb77
parenta9d1cba46bd1e50f88483ee4af6f1c7593b14d57
Add option request-zoneversion

This can be set at the option, view and server levels and causes
named to add an EDNS ZONEVERSION option to requests.  Replies are
logged to the 'zoneversion' category.
15 files changed:
bin/named/config.c
bin/named/server.c
bin/tests/system/checkconf/good-server-christmas-tree.conf.in
doc/arm/logging-categories.inc.rst
doc/arm/reference.rst
doc/misc/options
lib/dns/include/dns/peer.h
lib/dns/include/dns/resolver.h
lib/dns/include/dns/view.h
lib/dns/peer.c
lib/dns/resolver.c
lib/isc/include/isc/log.h
lib/isc/log.c
lib/isccfg/check.c
lib/isccfg/namedconf.c