]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Remove holes in `dns_zoneflg_t` enum
authorColin Vidal <colin@isc.org>
Thu, 13 Nov 2025 14:33:02 +0000 (15:33 +0100)
committerColin Vidal <colin@isc.org>
Thu, 13 Nov 2025 14:33:02 +0000 (15:33 +0100)
The `dns_zoneflg_t` enum defined multiple possible flags for a zone, but
contains numerous holes (likely from flag removed in the past). This
fixes the holes, and use a bit-shift and decimal notation to make holes
easier to spot.

Merge branch 'colin/remove-zoneflag-holes' into 'main'

See merge request isc-projects/bind9!11189


Trivial merge