]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove implicit bounds fixes in server config
authorColin Vidal <colin@isc.org>
Wed, 19 Nov 2025 11:36:13 +0000 (12:36 +0100)
committerEvan Hunt <each@isc.org>
Wed, 7 Jan 2026 07:01:59 +0000 (07:01 +0000)
commita67487a4ad586a69da00b5118081e06ef9324e8c
tree5f1b155f4500d3224eac61374dffe0363b881bf3
parent4cf2efc97a40d2883587be19530a7e253af47c9a
remove implicit bounds fixes in server config

Now that the configuration options `edns-version`, `edns-udp-size`,
`max-udp-size`, `no-cookie-udp-size` and `padding` have strict boundaries
(configuration failing if they are not respected), remove configuration
loading code which implicitely raises or lowers them.
bin/named/server.c