From: Evan Hunt Date: Fri, 13 Jun 2025 02:43:30 +0000 (+0000) Subject: fix: dev: Remove zone keyopts field X-Git-Tag: v9.21.10~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e34528393403c52046c0576eb985ed19712c069;p=thirdparty%2Fbind9.git fix: dev: Remove zone keyopts field The "keyopts" field of the dns_zone object was added to support "auto-dnssec"; at that time the "options" field already had most of its 32 bits in use by other flags, so it made sense to add a new field. Since then, "options" has been widened to 64 bits, and "auto-dnssec" has been obsoleted and removed. Most of the DNS_ZONEKEY flags are no longer needed. The one that still seems useful (_FULLSIGN) has been moved into DNS_ZONEOPT and the rest have been removed, along with "keyopts" and its setter/getter functions. Merge branch 'each-cleanup-zonekey-opts' into 'main' See merge request isc-projects/bind9!10564 --- 9e34528393403c52046c0576eb985ed19712c069