]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: usr: Enforce bounds of multiple configuration options
authorEvan Hunt <each@isc.org>
Wed, 7 Jan 2026 07:02:22 +0000 (07:02 +0000)
committerEvan Hunt <each@isc.org>
Wed, 7 Jan 2026 07:02:22 +0000 (07:02 +0000)
The configuration options `edns-version`, `edns-udp-size`,
`max-udp-size`, `no-cookie-udp-size` and `padding` now enforce
boundaries. The configuration (including when using `named-checkconf`)
now fails if those options are set out of range.

Merge branch 'colin/multiple-options-strict-boundaries' into 'main'

See merge request isc-projects/bind9!11248


Trivial merge