]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix "response-padding" configuration and remove optionmaps
authorEvan Hunt <each@isc.org>
Wed, 29 Oct 2025 01:45:25 +0000 (18:45 -0700)
committerEvan Hunt <each@isc.org>
Wed, 29 Oct 2025 18:28:12 +0000 (18:28 +0000)
commitcf409e814f13c932d92fae5d85ddd16ac7ebfdc0
tree9755532fdbc9e9838f95478509685847bbf59348
parentfffae65e27e906c452294cd7b96a8fc2db550acd
fix "response-padding" configuration and remove optionmaps

Add a default "response-padding" option in the global defaults,
to disable the option, and simplify the configuration code so that
looks at the global defaults if the option is not set in named.conf.

This enables us to remove the 'optionmaps' variable in configure_view(),
which was used for options that only look in named.conf.
bin/named/config.c
bin/named/server.c